Hi everybody,
I'm having a following error message when I attempt to bring the latest version of fckEditor into my solution instead of the previous version:
Error 1 Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'. SomePath\FCAdmin\fckEditor\editor\filemanager\connectors\aspx\config.ascx 1
I have the previous version (I assume) in the bin directory and several pages using this reference.
Would you please tell me what should I do, how exactly can I build dll if it's needed?
Thanks in advance.
I'm having a following error message when I attempt to bring the latest version of fckEditor into my solution instead of the previous version:
Error 1 Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'. SomePath\FCAdmin\fckEditor\editor\filemanager\connectors\aspx\config.ascx 1
I have the previous version (I assume) in the bin directory and several pages using this reference.
Would you please tell me what should I do, how exactly can I build dll if it's needed?
Thanks in advance.

Re: Upgrading from one version to the latest version problems
---------------------------
Windows Internet Explorer
---------------------------
Toolbar set "DefaultWithoutForm" doesn't exist
---------------------------
OK
---------------------------
What should I do to troubleshoot the problem apart from trying to revert to the working version?
Thanks in advance.
Re: Upgrading from one version to the latest version problems
Re: Upgrading from one version to the latest version problems
download also the cfkeditor for asp net, build it, and use the FredCK.FCKeditorV2.dll
Re: Upgrading from one version to the latest version problems
Re: Upgrading from one version to the latest version problems
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: Upgrading from one version to the latest version problems
Re: Upgrading from one version to the latest version problems
Thanks for the detailed post. I'm using VS2005 and I followed your instructions above and all appeared well. The new project compiled and the reference was added to my web project with no problems.
When I build the web project though I get the foillowing error;
Could not load type 'FredCK.FCKeditorV2.FileBrowser.Config'."
This is being caused by the FCKEditor/editor/filemanager/connectors/aspx/config.asce file. I assume because it can't find a reference to the DLL. The page directive reads "<%@ Control Language="C#" EnableViewState="false" AutoEventWireup="false" Inherits="FredCK.FCKeditorV2.FileBrowser.Config" %>
<%--"
Have you any idea what would cause this?
Thanks.
Terry.
Re: Upgrading from one version to the latest version problems