0
我正在嘗試將CKEditor
執行到我的ASP.NET網站。我複製其所有的文件,並與CKEditor.NET.dll文件bin文件夾並粘貼一切到我的網站目錄中的文件夾的CKEditor,如codeproject website嘗試在asp.net中實現CKEditor時出現分析器錯誤
不過,我不斷收到此錯誤,同時打開索引頁面描述:
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" %>
我使用VS2005安裝在其上的.NET Framework 3.5。