Hi
I've installed CKEditor on 3 other ASP.NET websites/applications without a problem. I am now installing it on a .NET 4.0 web app by adding a reference, adding the ckeditor folder to the application, registering the assembly with
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
and including the control with
<CKEditor:CKEditorControl ID="CKEditor1" runat="server">
</CKEditor:CKEditorControl>
But I'm getting the message
The base class includes the field 'CKEditor1', but its type (CKEditor.NET.CKEditorControl) is not compatible with the type of control (CKEditor.NET.CKEditorControl).
I'm obviously doing something wrong here but for the life of me, cannot find out what it is. The message seems a bit confusing to me.
Can anyone shed some light on my problem?
Cheers
Sas
I've installed CKEditor on 3 other ASP.NET websites/applications without a problem. I am now installing it on a .NET 4.0 web app by adding a reference, adding the ckeditor folder to the application, registering the assembly with
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
and including the control with
<CKEditor:CKEditorControl ID="CKEditor1" runat="server">
</CKEditor:CKEditorControl>
But I'm getting the message
The base class includes the field 'CKEditor1', but its type (CKEditor.NET.CKEditorControl) is not compatible with the type of control (CKEditor.NET.CKEditorControl).
I'm obviously doing something wrong here but for the life of me, cannot find out what it is. The message seems a bit confusing to me.
Can anyone shed some light on my problem?
Cheers
Sas