RichText Control Help

Discussion in 'ASP.NET 2.0' started by randygastco, Oct 30, 2006.

  1. Hi,

    I added a Rich TextBox Control to a page and uploaded the dll to my bin. Iam getting a "Rich TextBox Evaluation. Purchase Valid Product". I need to register a dllbut evidentally I am doing something wrong. Is there a doc that covers all this setup stuff. Any help would be appreciated.

    Randy
     
  2. [​IMG]

    Tip for those to follow ->

    The current release of the RichText control is 3.1 I installed that locally. ( That is what version the downloadable demois )
    The server version is 2.5, therefore if you copy the 3.1 dll, it won't work. Also, the web.config for the server is different from the dev machine. [​IMG] Use <add assembly="RichTextBox, Version=2.5.0.0, Culture=Neutral, PublicKeyToken=17b15412cfbf13c1"/> for the server.

    Randy
     

Share This Page