我正在尝试实施CKEditor
到我的 ASP.NET 网站。我复制了ckeditor文件夹及其所有文件和bin文件夹以及CKEditor.NET.dll文件并将所有内容粘贴到我的网站目录中,如codeproject网站中所述
但是,在打开索引页面时我不断收到此错误:
Could not load file or assembly 'CkEditor' or one of its dependencies.
This assembly is built by a runtime newer than the currently loaded runtime and cannot
be loaded.
这是注册表行的样子:
<%@ Register Assembly="CKEditor.NET" Namespace="CKEditor.NET" TagPrefix="CKEditor" %>
我正在使用安装了 .net framework 3.5 的 vs2005。