I couldn't find anything about this in the documentation or online, but surely everyone else would be having the same problem unless there is something wrong with my install. I'm trying to make a clean install of CuteEditor into a ASP.NET 2.0 application. However, due to errors in the CuteSoft code, the project will not compile.
My finding is that on line 69 of /Framework 2.0/CuteSoft_Client/CuteEditor/Dialogs/Tag/tag_tr.ascx there is an include for the file "_sharedie.htm". However, /Framework 2.0/CuteSoft_Client/CuteEditor does not contain that file. Oddly, the non-2.0/CuteSoft_Client/CuteEditor folder does contain that file. I've already tried simply copying the files from the non-2.0 folder, and that doesn't help either, so I'm wondering if this first problem with the _sharedie.htm file is symptomatic of something.
There are other similar problems, that's just the first. Should the Framework 2.0 contain references to _sharedie.htm or not?
Thanks
Jason