Installation Error

  •  05-24-2007, 11:40 AM

    Installation Error

    I'll start with the fact that I know lots about ASP but am terrible at ASP.NET. I used FTP  to copy the extracted files to my server. I also copy and pasted the default.aspx file to the foo directory.

    When I try to access: http://mysite.com/foo/default.aspx this is what I get.

    Remember, I'm an ASP.NET idiot, but I'm trying to learn.

    Server Error in '/' Application.

    Parser Error

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

    Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 2:  <%@ Register TagPrefix="cutesoft" TagName="banner" Src="cute_editor/cs/banner.ascx" %>
    Line 3: <%@ Register TagPrefix="cutesoft" TagName="leftmenu" Src="cute_editor/cs/leftmenu.ascx" %>
    Line 4: <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Line 5:
    Line 6: <html>

    Source File: /foo/default.aspx    Line: 4

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteEditor' could not be loaded.

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210
View Complete Thread