I have downloaded Cute Editor for ASP.NET and installed it EXACTLY as described on the deployment page. I get this error:
Server Error in '/' Application.
Parser 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: File or assembly name CuteEditor, or one of its dependencies, was not found.
Source Error:
Line 4: <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %> |