Cannot load assembly error

Last post 05-01-2008, 8:20 AM by freddyC. 1 replies.
Sort Posts: Previous Next
  •  04-30-2008, 11:53 PM 39937

    Cannot load assembly error

     
    I am new to .net.  Keep getting this message from cute editor .net v6.  I followed the deployment/install steps exactly.
    What can be wrong?

    I have been using cute editor for asp for years.
     

     
    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="banner.ascx" %>
    Line 3: <%@ Register TagPrefix="cutesoft" TagName="leftmenu" Src="leftmenu.ascx" %>
    Line 4: <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Line 5:
    Line 6: <html>

    Source File: /transDoc/CE_Default_Demo.aspx    Line: 4
  •  05-01-2008, 8:20 AM 39939 in reply to 39937

    Re: Cannot load assembly error

     
    I figured this out.
    I had to create an IIS Application for the application folder, ie: c:\inetpub\wwwrooot\CuteEditorApp. 
    The bin folder was just below this application folder.
     
     
     
View as RSS news feed in XML