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

  •  02-04-2009, 3:44 AM

    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
                
View Complete Thread