Image upload causes compilation error

Last post 02-04-2011, 11:15 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  02-03-2011, 10:18 AM 66037

    Image upload causes compilation error

    Hi
     
    I just installed the 6.6 version to our dev environment. Everything seems to be ok except for when we click on the image upload button. We get this error:
     

    Compilation Error

    Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: CS0115: 'ASP.InsertImage_aspx.HideDirectoryItem(CuteEditor.Impl.DirectoryItem)': no suitable method found to override

    Source Error:

     
    Line 374:		}
    Line 375:	}
    Line 376:	protected override bool HideDirectoryItem(CuteEditor.Impl.DirectoryItem item)
    Line 377:	{
    Line 378:		//write custom code to filter the directories


    Source File: C:\inetpub\wwwroot\REMOVED\CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx Line: 376

    Show Detailed Compiler Output:

    C:\Windows\SysWOW64\inetsrv> "c:\windows\microsoft.net\framework\v1.1.4322\csc.exe" /t:library /utf8output /R:"c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\qd3m_s6x.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\40eb033e\f5b84952_e025cb01\com.glendale-chamber.bolc.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\0c20f332\13b2e9c7_3cd3c501\microsoft.applicationblocks.data.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\9abf9956\bf265451_e025cb01\com.glendale-chamber.belc.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\6969b3b0\c18add52_e025cb01\com.glendale-chamber.admin.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\8c6c5929\004f1200_773ec901\cuteeditor.imageeditor.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\324cad82\006af53d_e9b0c601\netspell.spellchecker.dll" /R:"c:\windows\assembly\gac\system.xml\1.0.5000.0__b77a5c561934e089\system.xml.dll" /R:"c:\windows\assembly\gac\system.drawing\1.0.5000.0__b03f5f7f11d50a3a\system.drawing.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\1d76e09a\fb302152_e025cb01\com.glendale-chamber.utilities.dll" /R:"c:\windows\assembly\gac\system.data\1.0.5000.0__b77a5c561934e089\system.data.dll" /R:"c:\windows\assembly\gac\system.web.mobile\1.0.5000.0__b03f5f7f11d50a3a\system.web.mobile.dll" /R:"c:\windows\assembly\gac\system.enterpriseservices\1.0.5000.0__b03f5f7f11d50a3a\system.enterpriseservices.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\6afcbfb5\0013ee1a_68dcca01\cuteeditor.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\0e4d6e61\102bf859_c753c401\microsoft.web.ui.webcontrols.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\0ef30969\90ba06c8_3cd3c501\microsoft.applicationblocks.exceptionmanagement.interfaces.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\8392cd85\a746f651_e025cb01\com.glendale-chamber.dalc.dll" /R:"c:\windows\assembly\gac\system.web.services\1.0.5000.0__b03f5f7f11d50a3a\system.web.services.dll" /R:"c:\windows\microsoft.net\framework\v1.1.4322\temporary asp.net files\testadmin\f624a696\6b011e3a\assembly\dl2\a69b5ef8\4cd70cc8_3cd3c501\microsoft.applicationblocks.exceptionmanagement.dll" /R:"c:\windows\assembly\gac\system\1.0.5000.0__b77a5c561934e089\system.dll" /out:"C:\Windows\Microsoft.Net\Framework\v1.1.4322\Temporary ASP.NET Files\testadmin\f624a696\6b011e3a\b1zmaa74.dll" /D:DEBUG /debug+ /optimize- /win32res:"C:\Windows\Microsoft.Net\Framework\v1.1.4322\Temporary ASP.NET Files\testadmin\f624a696\6b011e3a\b1zmaa74.res" /warnaserror /w:1  "C:\Windows\Microsoft.Net\Framework\v1.1.4322\Temporary ASP.NET Files\testadmin\f624a696\6b011e3a\b1zmaa74.0.cs"
    
    
    Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
    for Microsoft (R) .NET Framework version 1.1.4322
    Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
    
    C:\inetpub\wwwroot\REMOVED\CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx(376,26): error CS0115: 'ASP.InsertImage_aspx.HideDirectoryItem(CuteEditor.Impl.DirectoryItem)': no suitable method found to override
    C:\inetpub\wwwroot\REMOVED\CuteSoft_Client\CuteEditor\Dialogs\InsertImage.aspx(381,26): error CS0115: 'ASP.InsertImage_aspx.HideFileItem(CuteEditor.Impl.FileItem)': no suitable method found to override

    Show Complete Compilation Source:

    Our systems specs are:
    Windows 2008 R2 64 bit
    IIS 7
    This is a .NET v1.1 website and cutesoft editor
     
    Thanks
     
  •  02-04-2011, 11:15 AM 66060 in reply to 66037

    Re: Image upload causes compilation error

    Dear cw808,
     
    Your dll file doesn't support HideDirectoryItem, please follow steps:
    2. Unzip it
    3. Copy CuteEditor.dll and replace the one you are using
    4. Test it again.
     
    Keep me posted.
     
    Thank you for asking
View as RSS news feed in XML