Hi,
I have been trying for the best part of a day to get the FKFinder add on working with FKEditor to no avail.
Every time I click the "Browser Server" button I receive the following type error:
Server Error in '/ckfinder' 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
The web app is targeted at the .Net 2.0 Framework and the FCFinder assembly is included the the project bin folder.
Any help would be appreciated
I have been trying for the best part of a day to get the FKFinder add on working with FKEditor to no avail.
Every time I click the "Browser Server" button I receive the following type error:
Server Error in '/ckfinder' 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
The web app is targeted at the .Net 2.0 Framework and the FCFinder assembly is included the the project bin folder.
Any help would be appreciated