Hi
I am also facing the same problem. Editor is not loading correctly.
In my case there is more than one project in a solution. I have kept the “CuteSoft_Client” in a common project. CuteEditorDefaultFilesPath in the web.config is like
“<add key="CuteEditorDefaultFilesPath" value="~/../CommonProject/CuteSoft_Client/CuteEditor" />”
I tried to debug this issue and in the HTML view I found
<link rel="stylesheet" href="http://cutesoft.net/Current Project/../ CommonProject /CuteSoft_Client/CuteEditor/Load.ashx?type=themecss&file=style.css&theme=Office2003_BlueTheme&EditorID=CE_editorBios_ID" />
I am using .net 1.1V
Please suggest some work around.