Re: CuteEditorClientClass is undefined error

  •  01-13-2006, 4:31 PM

    Re: CuteEditorClientClass is undefined error

    Here is a simple example that illustrates my problem:
     
    1. I create a project called TestProject. (c:\Inetpub\wwwroot\TestProject)
    2. I place the dll and lic file in the bin directory (c:\Inetpub\wwwroot\TestProject\bin)
    3. Then I create a directory called 'editor' and put the CuteSoft_Client\CuteEditor directory in it. (c:\Inetpub\wwwroot\TestProject\editor\CuteSoft_Client\CuteEditor)

    4. Then I create an cute editor in the aspx-file (<ce:Editor id="editor" runat="server"></ce:Editor>) and declare it in the code-behind (CuteEditor.Editor editor;)
    5. In the Page_Load event i call editor.FilesPath=@"c:\Inetpub\wwwroot\TestProject\editor\CuteSoft_Client\CuteEditor"; 
     
    This results in the jscript error mentioned above when running the application
View Complete Thread