0

我正在尝试实施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。

4

1 回答 1

0

通过从链接http://ckeditor.com/download直接下载 CKEditor 解决了这个问题。

很抱歉打扰你们。另外不要忘记在项目中提及ckeditor的路径。

于 2013-05-30T06:17:52.143 回答