Ok, thanks. That gets me past the first, and seemingly smaller hurdle. After copying various files from the non-Framework 2.0 folder I am able to get the project to compile. However, I get the "'CuteEditorClientClass' is undefined" client-side error.
I've installed CE according to the default installation instructions found in the CuteEditorDeveloperGuide, and I've reviewed that document for other possible issues that could be relevant. I've reviewed all of the related posts and have tried everything I could:
I've verified my folder structure, tested various FilesPath settings, verified that the <CE:Editor /> tag is closed and contains runat="server" according to this thread:
I've created an aspx based on your simple sample code provided in this post:
I've made sure all CuteEdit files, included DLLs have been updated:
I've used Server.MapPath to set FilesPath as suggested in this post:
All results are the same as described by others' posts: "'CuteEditorClientClass' is undefined" and the CE object is in an unusable state on the page.
I'm using VS 2005, ASP.NET 2.0 on the server, and my project folder structure is as follows:
Any suggestions? Is there any way to elicit a more useful or detailed error message from the CE control?
Thanks,
Jason