Using ASP.Net version 2.
Able to open a page in the editor, make changes and save it. Problem is when trying to open files or images; above error message is displayed.
Thanks,
James
Able to open a page in the editor, make changes and save it. Problem is when trying to open files or images; above error message is displayed.
Thanks,
James

Re: Could not load type 'FredCK.FCKeditorV2.FileBrowserConnector
In FCKeditor.Net 2.5 there are:
FredCK.FCKeditorV2.FileBrowser.Connector
FredCK.FCKeditorV2.FileBrowser.Uploader
In FCKeditor.Net 2.2 we had:
FredCK.FCKeditorV2.FileBrowserConnector
FredCK.FCKeditorV2.Uploader
Note: in older version there was no dot after "FileBrowser".
Now, since FCKeditor 2.5.1 the default value in the first line of the following files:
is set to FredCK.FCKeditorV2.FileBrowser.Connector and FredCK.FCKeditorV2.FileBrowser.Uploader.
In FCKeditor versions up to 2.5 it was: FredCK.FCKeditorV2.FileBrowserConnector and FredCK.FCKeditorV2.Uploader.
So if you are using for example:
FCKeditor.Net 2.2 + FCKeditor 2.6
or
FCKeditor.Net 2.5 + FCKeditor 2.4
You may encounter the following errors:
The solution is to adjust the first line of the following files:
Remember that you also have to change the configuration file located in
fckeditor\editor\filemanager\connectors\aspx\config.ascx
CheckAuthentication() function must return true for authenticated user (set it simply to true for testing).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Could not load type 'FredCK.FCKeditorV2.FileBrowserConnector
Sorted this problem out myself
No need to have anything changed in config.ascx. The default image file location is userfiles/images so stick this in wwwroot with your project folder also off wwwroot. Stick the fckeditor files in the project folder and bob's your uncle.
Re: Could not load type 'FredCK.FCKeditorV2.FileBrowserConnector
Re: Could not load type 'FredCK.FCKeditorV2.FileBrowserConne
Im having the same issue as [rsford31] , does this issue have any solution?
Thanks.
silver~