ASP.NET Richtext control - deployment problem

Discussion in 'ASP.NET / ASP.NET Core' started by kkarasin, May 13, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Yep I had the same problem (the version). I put in a ticket and they sent me the proper version. Also not that 2.5 doest not render in firefox.
     
  2. Hi,

    I am using richtext web control (version 3.1.0.0) in my production machine and i am hosting the app in discountasp.net server.


    During the upload i changed the <% register tag with the new one mentioned in KB sample.

    But i am getting error.

    <%@ Register TagPrefix="RTB" Namespace="RichTextBoxControl" Assembly="RichTextBox, Version=2.5.0.0, Culture=Neutral, PublicKeyToken=17b15412cfbf13c1" %>

    This problem

    Is there any problem due to version?

    I foolowed the instructions as per KB articles

    http://kb.discountasp.net/article.aspx?id=10184

    http://kb.discountasp.net/article.aspx?id=10239

    Thanks in advance..

    My error message is


    Server Error in '/ets' Application.


    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: The base class includes the field 'txtshort', but its type (RichTextBoxControl.RichTextBox) is not compatible with the type of control (RichTextBoxControl.RichTextBox).

    Source Error:





    Code:
    Line 63: 													<TR>
    Line 64: 														<TD vAlign="top"><asp:label id="lblshort" runat="server" Width="96px">Short description</asp:label><asp:requiredfieldvalidator id="RequiredFieldValidator1" runat="server" ErrorMessage="*" Display="Dynamic" ControlToValidate="txtshort"></asp:requiredfieldvalidator></TD>
    Line 65: 														<TD><rtb:richtextbox id="txtshort" runat="server" Height="132px"></rtb:richtextbox></TD>
    Line 66: 													</TR>
    Line 67: 													<TR>
    Source File: E:\web\mpctimecom0\htdocs\ets\adminpages\newsinput.aspx Line: 65

    Regards
    Bala

    Post Edited (Bala) : 5/13/2006 12:43:20 PM GMT
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page