I'm trying to implement CKEditor to my ASP.NET website. I copied the ckeditor folder with all its files and bin folder with CKEditor.NET.dll file and pasted everything into my website's directory, however I keep getting this error while opening the index page:
This is how the registry line looks like:
Can anyone help?
Could not load file or assembly 'CKEditor.NET' or one of its dependencies. The system cannot find the file specified.
This is how the registry line looks like:
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
Can anyone help?
Re: Parser Error
Remove your reference and got to the Zip file you downloaded. Right click on it go to Properties. At the bottom rightish there is a button for Unblock. Click it. Unzip the files then re add your reference.