Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

Last post 02-10-2009, 9:05 AM by afrika. 17 replies.
Sort Posts: Previous Next
  •  02-03-2009, 3:08 PM 48325

    Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Hello guys
    i just installed cute editor for .net using c#
     
    but when i run it, i get the error below. I copied the files into the directory application/cs and application/cutesoft_client and the dll files into the bin directory
     
    what is wrong ?
    Ehi
     
    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="banner.ascx" %>
                Line 3:  <%@ Register TagPrefix="cutesoft" TagName="leftmenu" Src="leftmenu.ascx" %>
                Line 4:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
                Line 5:  <html>
                Line 6:      <head>

    Source File: /applications/cs/default.aspx    Line: 4
  •  02-03-2009, 10:41 PM 48340 in reply to 48325

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Hi afrika,
     
    Please make sure the 'CuteEditor.dll' file in the bin folder(in the bin folder of your application, no in the bin folder of cs folder).
     
     
    Regards,
     
    Ken
  •  02-03-2009, 11:30 PM 48341 in reply to 48340

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    thanks Kenneth,
    but we are still having the same problem.
     
    I put it in the
     
    ie if root is our domain name, we called our application "application"
     
    /application/cs/bin/cuteeditor.dll
     
    no difference
  •  02-04-2009, 2:11 AM 48344 in reply to 48341

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Hi
     
    If the root name 'application', you need to put the dll files to application/bin floder, no application/cs/bin.
     
    Regards,
     
    Ken
  •  02-04-2009, 3:32 AM 48346 in reply to 48344

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Yes but all the files where in the root/bin directory already
     
    Or is there something am missing ??? 
  •  02-04-2009, 3:44 AM 48347 in reply to 48325

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Am getting a new error
     
     
     
     
     

    Server Error in '/' Application.

    Could not find a part of the path 'C:\Inetpub\wwwroot\\wwwroot\CuteSoft_Client\CuteEditor\Configuration\Shared'.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Inetpub\wwwroot\wwwroot\CuteSoft_Client\CuteEditor\Configuration\Shared'.

    Source Error:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

    Stack Trace:

    [DirectoryNotFoundException: Could not find a part of the path 'C:\Inetpub\wwwroot\wwwroot\CuteSoft_Client\CuteEditor\Configuration\Shared'.]
                System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +193
                System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) +1923
                System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) +37
                CuteEditor.Impl.EditorProvider.GetEditorConfig(Editor editor) +100
                CuteEditor.Impl.EditorProvider.GetToolbarItems(Editor editor, String type) +313
                CuteEditor.a.u() +181
                CuteEditor.Editor.CreateChildControls() +32
                System.Web.UI.Control.EnsureChildControls() +87
                System.Web.UI.Control.PreRenderRecursiveInternal() +44
                System.Web.UI.Control.PreRenderRecursiveInternal() +171
                System.Web.UI.Control.PreRenderRecursiveInternal() +171
                System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
                
  •  02-04-2009, 5:01 AM 48350 in reply to 48347

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Hi afrika,
     
    Please make sure 'NETWORK SERVICE' account have write/read permissions of this folder.
     
    If still have this issue, please configured  CS folder as a standalone application, not dependent on other sites and try again.
     
    Regards,
     
    Ken
  •  02-04-2009, 4:28 PM 48387 in reply to 48350

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    What do you mean network service ?
     
    how do i configure as a stand alone app ?
  •  02-04-2009, 4:36 PM 48389 in reply to 48387

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    afrika,
     
    I think you forgot to create a virtual directory for testing. So Cute Editor is looking for the client files on the root of your site.

    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

  •  02-05-2009, 12:28 PM 48428 in reply to 48389

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    thanks Adam

    how do i do that ?

  •  02-05-2009, 1:17 PM 48431 in reply to 48428

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

  •  02-05-2009, 1:29 PM 48433 in reply to 48431

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    OH i see what you mean.
    Which directory do I add as an application. The bin ?
  •  02-05-2009, 2:11 PM 48438 in reply to 48433

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

  •  02-05-2009, 3:12 PM 48441 in reply to 48438

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    now am getting
     
     
     

    Server Error in '/' Application.

    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: /application/cs/default.aspx


    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
  •  02-07-2009, 10:28 AM 48464 in reply to 48441

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    1. Where is the file that is being requested to stored on the file system (e.g. c:\inetpub\....)? I'm just asking to make sure that the virtual directory is actually pointing to the correct path.
     
    2. Open IIS go to the website in question, right click and select properties. If the Application Name is blank then click the create button next to it. If it isn't blank then one has already been created for it.

    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

  •  02-07-2009, 1:57 PM 48470 in reply to 48464

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    1. Yes its c:\inetpub\wwwroot\ourwebsite\application\cs
    2. Yes i have created both the root directory "bin" and \application\cs
     
    ie "cs" as both application, But when i try to run www.ourwebsite.com/application/cs
     
    I get the error above, file not found
     
     
     

    Server Error in '/' Application.

    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: /application/cs/default.aspx


    Version Information: Microsoft .NET Framework Version:2.0.50727.3053; ASP.NET Version:2.0.50727.3053
  •  02-07-2009, 2:13 PM 48471 in reply to 48325

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    or am i missing something, how do i run it ?
     
    ie how do i add the richtext editor to my web pages ?
    Ehi
  •  02-10-2009, 9:05 AM 48577 in reply to 48471

    Re: Parser Error Message: Could not load file or assembly 'CuteEditor' or one of its dependencies.

    Please ignore this, i got it to work finally
View as RSS news feed in XML