我正在尝试在我的ASP.NET网站上实现CKEditor。我复制了ckeditor文件夹及其所有文件和CKEditor.NET.dll文件的bin文件夹,并将所有内容粘贴到我网站的目录中,如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 Framework3.5的vs2005。
发布于 2013-05-30 14:17:52
已通过直接从链接http://ckeditor.com/download下载CKEditor解决此问题。
很抱歉打扰你,guys.Also,别忘了在项目中提到ckeditor的路径。
https://stackoverflow.com/questions/16828358
复制相似问题