I'm trying to set up FCKeditor within a virtual directory under a Sharepoint installlation. I followed the directions for setup (copying the dll into the bin directory and whatnot) and am only trying to get the sample01.aspx page to load. I've tried placing the .dll file just about everywhere as well as trying to install it through gacutil.exe and I keep getting the following error no matter what I seem to do:
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: File or assembly name FredCK.FCKeditorV2, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Page ValidateRequest="false" Language="C#" AutoEventWireup="false" %>
Line 2: <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 4: <%--
Source File: C:\Web Content\FCKeditor\_samples\aspx\sample01.aspx Line: 2
Assembly Load Trace: The following information can be helpful to determine why the assembly 'FredCK.FCKeditorV2' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = FredCK.FCKeditorV2
(Partial)
LOG: Appbase = file:///C:/Web Content
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: FredCK.FCKeditorV2
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2/FredCK.FCKeditorV2.EXE.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2.EXE.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2/FredCK.FCKeditorV2.EXE.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Any ideas?
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: File or assembly name FredCK.FCKeditorV2, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Page ValidateRequest="false" Language="C#" AutoEventWireup="false" %>
Line 2: <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 4: <%--
Source File: C:\Web Content\FCKeditor\_samples\aspx\sample01.aspx Line: 2
Assembly Load Trace: The following information can be helpful to determine why the assembly 'FredCK.FCKeditorV2' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = FredCK.FCKeditorV2
(Partial)
LOG: Appbase = file:///C:/Web Content
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: FredCK.FCKeditorV2
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2/FredCK.FCKeditorV2.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/apptest/8b2f6542/f63763e3/FredCK.FCKeditorV2/FredCK.FCKeditorV2.EXE.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2.EXE.
LOG: Attempting download of new URL file:///C:/Web Content/bin/FredCK.FCKeditorV2/FredCK.FCKeditorV2.EXE.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
Any ideas?
RE: ASP.NET Installation issues
Re: ASP.NET Installation issues
i wasn't able to install the editor into our sharepoint 2007 system. If i try, i get an error message. I have to logon the site, it sais. In our sharepoint we are using kerberos, so i actually don't have to login manually. Can somebody help me with it?
Best Regards
Patrick
Re: ASP.NET Installation issues
It Shouldn't be the problem. You should copy your fckeditor files to sharepoint web app. Add FCKEditorControl.NEt to bin directory.
I wrote a web part for this, if you are interested: http://www.codeproject.com/KB/aspnet/Fc ... point.aspx