Hello @ all,
I want to use the FCKEditor for .NET 2.0 - And I have a big problem to get it work.
1) What is to download? Just FCKeditor.Net_2.6.3.zip or more
2) My Webside is in wwwroot/testpage/
3) i copied the dll "FredCK.FCKeditorV2.dll" in my bin-folder.
4) Head and Body of my Webpage:
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
<body> <form id="form1" runat="server"> <FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" > </FCKeditorV2:FCKeditor> <div> </div> <input id="Submit1" type="submit" value="Submit" runat="server" /> </form> </body>
But when i start my Webpage I just get an Error: "HTTP-Error 404 - Not Found.
It should be a Problem with the BasePath??? What must i do to get it run ?
Thanks a lot
greetings
WW
Re: I'm New - Help with FCKEditor for .NET 2.0