Hello, I integrated CKFinder Version 1.4 with CKEditor 3.0RC.
I have them in /ckfinder and /ckeditor folders (in the root of the server)
When I click on the image icon to insert an image on the editor, then click "Browse Server", it opens the popup with the "file browser" but I get an error message giving a
Server response status 500.....
parse error message.... could not load type 'CKFinder.Connector.Connector'
any ideas? thank you!!
I have them in /ckfinder and /ckeditor folders (in the root of the server)
When I click on the image icon to insert an image on the editor, then click "Browse Server", it opens the popup with the "file browser" but I get an error message giving a
Server response status 500.....
parse error message.... could not load type 'CKFinder.Connector.Connector'
any ideas? thank you!!
Re: Parse error - could not load type 'CKFinder.Connector.Connec
Any ideas??
Re: Parse error - could not load type 'CKFinder.Connector.Connec
If so, could you please provide a samble of the path where the editor is copied on the server and what baseURL and basePath you have ?
thanks!
Re: Parse error - could not load type 'CKFinder.Connector.Connec
All the necessary maps are writable and the base map is also set correctly.
I'm using ckeditor 3.0 with ckfinder 1.4
This is the error I receive: Could not load type 'CKFinder.Connector.Connector'
Hopefully somebody has the answer to this problem.
Thanks in advance!
Re: Parse error - could not load type 'CKFinder.Connector.Connec
Add me to the list receiving the error.

I'm not sure if it's an actual fix since I'm still getting a different type of error (permissions), but the "could not load type" message seems to trace to module not being built (see http://support.microsoft.com/kb/306155). I opened ckfinder\_source\CKFinder.Net.csproj in Visual Studio and built it, then copied the \ckfinder\_source\bin\Debug\CFinder.dll file to my main project \bin.
That seemed to fix that error, so hopefully I just need to set the right permissions on the upload directory to see if it all works
Re: Parse error - could not load type 'CKFinder.Connector.Connec
I think I got my permissions problem worked out, but I'm still getting the "could not load type" error. Here's the error detail that I get:
Re: Parse error - could not load type 'CKFinder.Connector.Connec
Just make sure that the correct version of the .Net Framework is being used. It should be .Net 2.0. Also make sure that the folder /ckfinder is configured as an application.
Open Internet Information Services (IIS)
Open your website and right click on the ckfinder directory. Click Properties.
In the Directory tab, click the "Create" button to configure the directory as a Web application. If you see "Remove", then the directory is already a Web application.
Click the ASP.NET tab.
Under "ASP.NET Version", select "2.0.50727".
Click Apply and then the OK button.
Finally, make sure that the /ckfinder/userfiles (or whatever the upload folder is) has "Modify" permissions and that its permissions are inheritable by child directories and files.
If you did everything correctly, you should be able to see the File Browser.
Re: Parse error - could not load type 'CKFinder.Connector.Connec
Same here
Re: Parse error - could not load type 'CKFinder.Connector.Connec
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Parse error - could not load type 'CKFinder.Connector.Co
It was not possible to properly load the XML response from the web server.
Raw response from the server:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'CKFinder.Connector.Connector'.
Source Error:
Line 1: <%@ Page Language="c#" Inherits="CKFinder.Connector.Connector" Trace="false" AutoEventWireup="false" %> Line 2: <%@ Register Src="../../../config.ascx" TagName="Config" TagPrefix="CKFinder" %>
Line 3: <%--
Source File: /ckfinder/core/connector/aspx/connector.aspx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.237
Re: Parse error - could not load type 'CKFinder.Connector.Co
same error
same error