Hi There,
I changed the filespath and now when i try to use cuteeditor it gives me the following error:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type CuteEditor.Editor from assembly CuteEditor, Version=4.0.0.5, Culture=neutral, PublicKeyToken=3858aa6802b1223a because the format is invalid.
Source Error:
<CE:Editor id="Description" runat="server" ShowLogo="False" MaxDocumentSize=2000 ImageGalleryPath="images" FilesPath = "CuteSoft_Client/CuteEditor" Height="450" />
Line 94: </P>
Line 95: </TD>
I have also tried the filesPath to be the following
1. the absolute url, c:/inetpub/....
2. ~/site/Cutesoft_Client/CuteEditor
3. I have also switched the / to \ and tried
All give me the same error... Also i am trying to upgrade from version 3 to 4, and version 3 works.
Any ideas???
Thanks