RichDatePicker

Discussion in 'ASP.NET 2.0' started by adlafb, Aug 15, 2006.

  1. Sample code in the KnowledgeBase for the DatePicker component works well under ASP.Net 1.1, but throws an error under ASP.Net 2.0.


    Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

    Compiler Error Message: BC30560: 'RichDatePicker' is ambiguous in the namespace 'RicherComponents.DatePickerControl'.

    Source Error:







    Code:
    Line 29:         <p>
    Line 30:             [b]
    Line 31:             Start Date :<DP:RICHDATEPICKER id="start_date" runat="server" ControlDisplay="TextboxImage" ImageUrl="~/images/cal.gif" width="100px"></DP:RICHDATEPICKER>
    Line 32:             [b]
    Line 33:             [b]

    Will DASP please advise?
     
  2. Many versions of the RichDatePicker assembly are installed in the GAC of the DiscountASP web servers. If you didn't specify the exact version when registering the tag prefix 'DP', you will get this error.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. Thank you for your reply.


    I believe there is a v 2.0 of the RichDatePicker control. Does DASP have this version installed?


    Thank you again.
     
  4. Version 2 is not installed. We are still trying to get the licensing worked out with RicherComponents regarding the newer versions.

    The latest version installed on the servers is 1.6.0.0.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page