尝试在asp.net中实现CKEditor时出现分析器错误

时间:2013-05-30 05:08:41

标签: asp.net ckeditor

我正在尝试将CKEditor实现到我的ASP.NET网站。我将ckeditor文件夹及其所有文件和bin文件夹与CKEditor.NET.dll文件一起复制并粘贴到我网站的目录中,如codeproject website

中所述

但是,在打开索引页面时,我一直收到此错误:

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。

1 个答案:

答案 0 :(得分:0)

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

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