Could not load file or assembly 'CuteEditor'

Last post 08-30-2007, 1:31 PM by fredd. 9 replies.
Sort Posts: Previous Next
  •  08-29-2007, 9:30 AM 33030

    Could not load file or assembly 'CuteEditor'

    Hi all
       I have been using MSVisual Studio for debugging purposes where the application that i have developed works absolutely fine. But when i put the application in the wwwroot folder to run it as a webapplication it started giving me errors. and one of the errors is that :
              "Could not load file or assembly 'CuteEditor' or one of its dependencies. The system cannot find the file specified."
       Can someone please help me with this. i do not understand what i need to do to get over this hurdle. Thanks
     Sumant.
  •  08-29-2007, 9:51 AM 33032 in reply to 33030

    Re: Could not load file or assembly 'CuteEditor'

    sumantd,
     
    For some reasons, .net framework can't find the CuteEditor.dll.
     
     

    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

  •  08-29-2007, 10:04 AM 33035 in reply to 33032

    Re: Could not load file or assembly 'CuteEditor'

    then how can i use the editor for my application is there no other way to do that. cos i really need to use this control for a project of mine!
  •  08-29-2007, 10:18 AM 33036 in reply to 33035

    Re: Could not load file or assembly 'CuteEditor'

    sumantd,
     
    Please check your site sturcture.
     
    And make sure CuteEditor.dll is in the web application bin folder.
     
     

    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

  •  08-29-2007, 10:37 AM 33037 in reply to 33036

    Re: Could not load file or assembly 'CuteEditor'

    the cuteeditor.dll is present in the bin folder of the application.
    and the application runs perfectly fine when using visual studio. hence i copied the entire application folder from the my documents and pasted it into the wwwroot folder of inetpub. practically it should run perfectly fine but is not. and what do mean by the site structure.
     sumant.
  •  08-29-2007, 12:02 PM 33042 in reply to 33037

    Re: Could not load file or assembly 'CuteEditor'

    sumantd,
     
    Can you go to your IIS anc check the which version of .net framework your application is running?

    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

  •  08-29-2007, 1:19 PM 33052 in reply to 33042

    Re: Could not load file or assembly 'CuteEditor'

    hi
       my computer is running IIS 5.1 and the .net framework is 2.0
       i tried one other thing. what i did was use visual studio to to make a project and the location i gave was in the root folder of the inetput. then it loads the assembly fine but gives an error saying that the lisence is not valid. do you have any idea what the problem might be. cause i guess when the application is called as an request it might be checking the lisence which is not valid for http requests. if you have any idea do let me know. thanks
     Sumant.
  •  08-29-2007, 1:33 PM 33053 in reply to 33042

    Re: Could not load file or assembly 'CuteEditor'

    hi
       i was just goin thruogh what others had posted on this respect and saw that you gavethem some script to run on the server. i did that and here is the output thati got:
     
     
     
    localhost
     
    127.0.0.1
     
    do let me know if you need any more info on that.
     Sumant.
  •  08-29-2007, 2:12 PM 33055 in reply to 33030

    Re: Could not load file or assembly 'CuteEditor'


              "Could not load file or assembly 'CuteEditor' or one of its dependencies. The system cannot find the file specified."
     
     
    Hi, I'm experiencing the same situation as above, but with my host server. I'm using ASP.Net 2.0. I have the correct .dll's and .lic files in the /bin folder, yet it cannot find it. Solution? Thanks. LNM
  •  08-30-2007, 1:31 PM 33100 in reply to 33055

    Re: Could not load file or assembly 'CuteEditor'

    Hi,
     
    1. Which host are you running on?
    2. Have you set the host to .NET 2.0 and are the DLLs also 2.0?
    3. Please provide a complete tree of the folder and file content structure of the host site, as it pertains to CuteEditor.
     
    For example, one of our hosted sites is like this:
     
    /c:/hosting/hostname/member/shasta/organizer
     
    Root folders:
     
    files:
       word.aspx << contains the CE component
       web.config
    bin
       content:
          CuteEditor.dll
          CuteEditor.Image.dll
          cuteeditor.lic
          en-US.dic
          NetSpell.SpellChecker.dll
    CuteEditor_Client
       CuteEditor
          content:
             Folders:
                Configuration
                Dialogs
                Help
                   etc.
             Files:
                Blank.cep
                   etc.
     
    How is yours configured?
     
    FredD
     
     
View as RSS news feed in XML