生成网站的时候提示 未能加载类型“FredCK.FCKeditorV2.FileBrowserConnector”,双击错误提示,打开该文件,把文件顶部的Inherits="FredCK.FCKeditorV2.FileBrowserConnector" 改成Inherits="FredCK.FCKeditorV2.FileBrowser.Connector",再次编译,这次会提示未能加载类型“FredCK.FCKeditorV2.Uploader”的错误,同样,把它改成未能加载类型“FredCK.FCKeditorV2.FileBrowser.Uploader”
编译通过!