Javascript Syntax Error/Object Not found

  •  09-17-2008, 12:04 PM

    Javascript Syntax Error/Object Not found

    I am dynamically adding the CE into two WebForms in my project.  
    The directory structure looks like this:
    wwwroot/Project <- working CE editor
    wwwroot/Project/bin    <- CuteEditor.dll and cuteeditor.lic exist in this folder
    wwwroot/Project/CuteSoft_Client/CuteEditor  <- the client files
    wwwroot/Project/components/ <- where issue exists

    The issue I am having is I am getting Syntax errors and Object not found errors when I am trying to add the control to a page within the wwwroot/Project/components/ folder.  
    The control adds correctly to page that exists in the wwwroot/Project folder.

    I've tried to add <add key="CuteEditorDefaultFilesPath" value="~/CuteSoft_Client/CuteEditor" /> to the web.config file but this doesn't resolve the issue either. 

    One other quark which might be causing this is the page where this issue exists is being called from an exterior program using an IFRAME. 

View Complete Thread