I just upgraded from v5.3 to the latest available for DNN. When I run the editor I get the error shown below. I updated the Web.Config as instructed in the DotNetNuke Integration document. Did I miss something?
Server Error in '/' Application.
--------------------------------------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load type 'CuteEditor.Impl.EditorImageFileHandler' from assembly 'CuteEditor'.
Source Error:
Line 5: </authorization>
Line 6: <httpHandlers>
Line 7: <add path="*.jpeg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
Line 8: <add path="*.jpg" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
Line 9: <add path="*.gif" verb="GET" type="CuteEditor.Impl.EditorImageFileHandler,CuteEditor" />
Source File: D:\InetPub\TCCDotNetNuke\providers\htmleditorproviders\cehtmleditorprovider\cutesoft_client\cuteeditor\web.config Line: 7
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
--
Regards,
Steve Topilnycky