2013-05-30 171 views
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。

回答

0

通過從鏈接http://ckeditor.com/download直接下載CKEditor解決了這個問題。

不好意思打擾你們。也不要忘記提及項目中ckeditor的路徑。

相關問題