Installation Error

Last post 05-24-2007, 2:05 PM by Adam. 2 replies.
Sort Posts: Previous Next
  •  05-24-2007, 11:40 AM 30046

    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
  •  05-24-2007, 12:35 PM 30047 in reply to 30046

    Re: Installation Error

    Found this suggestion when I googled:

    Then you need to upload to the GAC on the server.

    You will need to do the following:

    1) Go to Start -> Programs -> Administrative Tools -> Microsoft .NET Framework 2.0 Configuration
    (Note if you don't have this you must install the .NET 2 SDK on the server)

    2) My Computer -> Assembly Cache

    3) Click on: Add an Assembly to the Assembly Cache

    4) Browse to the location of the Oracle.DataAccess.dll and add it

    You may need to restart your application pool

    Now I'm getting another error.

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.

    Requested URL: /foo/cuteeditor/cs/default.aspx


    Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

  •  05-24-2007, 2:05 PM 30054 in reply to 30046

    Re: Installation Error

    djlurch,
     
    I think it's the file structure that caused the problem.
     
    Please follow the steps below:

    Unzip the zip file and create a virtual directory or website pointing it to the Framework 1.x Web' folder (located in the archive).
    If you are using .Net Framework 2.0, please point it to the Framework 2.0 Web' folder.
     
    Then run the above example.
     

     
     

     


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML