I am receiving this issue in every type of page in my .NET 2.0 application where I have added a CE object. This was after an upgrade to CE .NET 6.2. To perform the upgrade, I did the following:
1. Removed all CuteEditor assemblies from /BIN.
2. Deleted the ~/CuteSoft_Client/ folder from my app.
3. Added the new 6.2 assemblies to my /BIN and added VS references.
4. Copied new 6.2 CuteSoft_Client folder to the root of my app.
5. Added this key entry to web.config: <add key="CuteEditorDefaultFilesPath" value="~/CuteSoft_Client/CuteEditor" />.
When I load a page with a CE text field, you can see the CE box, but there are no toolbars, it shows broken image links, you cannot type in the text area, and the above error is thrown every time you load the page.
I have added the .NET example from the 6.2 'cs' folder as a test to my website and it does the same thing. See here: http://www.highlandit.com/test/test.aspx
I am running MS AJAX in my app, but this error occurs even on pages with no AJAX controls.
Anyone have any ideas?