Page view counter

FCKeditor

Last post 08-11-2008 2:16 PM by KevinAMac. 4 replies.

Sort Posts:

  • FCKeditor

    07-13-2008, 2:14 PM
    • Loading...
    • afflatus
    • Joined on 07-06-2008, 9:38 AM
    • Posts 6

    I add this tag:
    <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>

    and drag and drop the control from toolbox to the form Yet I got this:

    Server Error in '/SolPortal' Application.
    --------------------------------------------------------------------------------

    HTTP Error 404 - Not Found.

    what could be the problem?

    Filed under:
  • Re: FCKeditor

    07-13-2008, 2:22 PM

    Hi be sure to place the .dll file in the bin-folder of your application

    Liam Mcmullen
  • Re: FCKeditor

    07-13-2008, 2:46 PM
    • Loading...
    • afflatus
    • Joined on 07-06-2008, 9:38 AM
    • Posts 6

    Hi,

    I already added the dll file to bin yet I got the error in runtime and I visited its site and counl't find any document or similar problem.

    any idea what's going on?

    Have you used this control?

  • Re: FCKeditor

    07-14-2008, 2:42 AM
    Answer
    • Loading...
    • afflatus
    • Joined on 07-06-2008, 9:38 AM
    • Posts 6

    I solved my problem and since I found many has the same problem, I write the solution hope it could be useful for others:

    1-      Download the latest version of FCKeditor.Net  from:
    http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=137125

    2-      Download the latest version of fckEditor from:
    http://sourceforge.net/project/downloading.php?group_id=75348&filename=FCKeditor_2.6.2.zip

    3-      Copy the uncompressed package of FCKeditor in the root of your project in ‘fckeditor’ folder.

    4-      Add FredCK.FCKeditorV2.dll  as reference to your web.

    5-      Add this line for registering assembely :
    <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>

     

    6-      Add control tag to your page:

    <FCKeditorV2:FCKeditor ID="ContentFreeTextBox" runat="server">

    </FCKeditorV2:FCKeditor>

      

    7-      Add this line to your web.config:

    <appSettings>
    <add key="FCKeditor:BasePath" value="~/fckeditor/" />
    </appSettings>
     

    Or

    Set the BasePath of the control on your page:

    BasePath="~/fckeditor/"   

     

    That’s it you won’t get the page cannot be found 404 error.  

     

  • Re: FCKeditor

    08-11-2008, 2:16 PM
    • Loading...
    • KevinAMac
    • Joined on 02-20-2008, 9:08 AM
    • Posts 124

    Quick question. When you say to "copy the uncompressed package of FKeditor", surely you don't literally mean everything in that folder because that includes samples and all kinds of stuff for other environments such as ColdFusion and PHP. Could you clarify exactly what has to be copied into the FCKeditor folder?

    Thanks,
    Kevin

Page 1 of 1 (5 items)
Microsoft Communities