Hi,
I'm trying now for a few days to implement FCKeditor in a .net application. Unfortunatly, it won't work.
I have tried a whole lot of things, i've copied the .dll in my bin, i've added the project to my asp.net project, i've made a submap with all the classes in it...
Now, I think I'm almost there, 'cause I can do everything with the classes (import it, make instances of it and use it) only, I can't make the control. I always got the error in my design view ('Error Creating Control - FCKeditor")
Can someone tell me how I can create the control or what I should write in the aspx-code?
This is what it said right now:
<%@ Page ValidateRequest="false" language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="EditorText.WebForm1" %>
<%@ Register Tagprefix="fckeditorv2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2"%>
<FCKEDITORV2:FCKEDITOR id="FCKeditor" runat="server"></FCKEDITORV2:FCKEDITOR>
The classes are all in a subfolder named FredCK.FCKeditorV2 and the .dll is imported in my application. I also changed the basePath to 'basePath/' (without the leading /)
I'm trying now for a few days to implement FCKeditor in a .net application. Unfortunatly, it won't work.
I have tried a whole lot of things, i've copied the .dll in my bin, i've added the project to my asp.net project, i've made a submap with all the classes in it...
Now, I think I'm almost there, 'cause I can do everything with the classes (import it, make instances of it and use it) only, I can't make the control. I always got the error in my design view ('Error Creating Control - FCKeditor")
Can someone tell me how I can create the control or what I should write in the aspx-code?
This is what it said right now:
<%@ Page ValidateRequest="false" language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="EditorText.WebForm1" %>
<%@ Register Tagprefix="fckeditorv2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2"%>
<FCKEDITORV2:FCKEDITOR id="FCKeditor" runat="server"></FCKEDITORV2:FCKEDITOR>
The classes are all in a subfolder named FredCK.FCKeditorV2 and the .dll is imported in my application. I also changed the basePath to 'basePath/' (without the leading /)