hi. Is it possible to store the CuteEditor folder in a directorytree separate from the application root tree? Here is an example
wwwroot
->approot
->bin (contains the cuteeditor dll and lic)
->asp.net files
->respository
->web
->CuteEditor
The editor looks great(I use the FilesPath property to set the path to the CuteEditor folder) but the dialogs doesn't work. I get an error in the Dialogs/web.config file on the line <add assembly="CuteEditor" />. Is that because the files in the CuteEditor folder cant find the cuteeditor.dll? I have tried to move the dll to other locations but failed. The only solution is to put the CuteEditor folder together with the other asp.net files but I dont want that because I want other apps to use the CuteEditor too and store it in only one location(respository\web\CuteEditor)