Hats off to Frederico. I've been playing with the php version of the editor for a few months now and I think it's great. I'm now attempting to use the asp.net version.
I'm pretty new to asp.net so I imagine that it could be a simple configuration issue.
When I run the test.aspx page within FCKeditor_1.3.1\_test\ directory I get the following message:
--------------------------------------------------------------------------------
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.FCKeditor, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Register TagPrefix="FredCK" Namespace="FredCK" Assembly="FredCK.FCKeditor" %>
Line 2: <%@ Page language="c#" AutoEventWireup="false" %>
Line 3: <%--
Source File: C:\Inetpub\wwwroot\FCKeditor_1.3.1\_test\test.aspx Line: 1
Assembly Load Trace: The following information can be helpful to determine why the assembly 'FredCK.FCKeditor' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = FredCK.FCKeditor
(Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1
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.FCKeditor
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor/FredCK.FCKeditor.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor/FredCK.FCKeditor.EXE.
I'm pretty new to asp.net so I imagine that it could be a simple configuration issue.
When I run the test.aspx page within FCKeditor_1.3.1\_test\ directory I get the following message:
--------------------------------------------------------------------------------
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.FCKeditor, or one of its dependencies, was not found.
Source Error:
Line 1: <%@ Register TagPrefix="FredCK" Namespace="FredCK" Assembly="FredCK.FCKeditor" %>
Line 2: <%@ Page language="c#" AutoEventWireup="false" %>
Line 3: <%--
Source File: C:\Inetpub\wwwroot\FCKeditor_1.3.1\_test\test.aspx Line: 1
Assembly Load Trace: The following information can be helpful to determine why the assembly 'FredCK.FCKeditor' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = FredCK.FCKeditor
(Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1
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.FCKeditor
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor/FredCK.FCKeditor.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET Files/fckeditor/151e8b68/a062468b/FredCK.FCKeditor/FredCK.FCKeditor.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor.EXE.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/FCKeditor_1.3.1/bin/FredCK.FCKeditor/FredCK.FCKeditor.EXE.
RE: test.aspx can't load the assemply
I had to add the all the js, lang, ... folders to the project so that the project knew about them. With Visual Studio you can just drag them into your project an the test.aspx page should work fine. Adjust the base path to place the test.aspx some where else.
Also Visual Studio asked me if I wanted to make a code behind page. I answered no, but I don't know if that makes a difference
Cheers
marc