This is a migrated thread and some comments may be shown as answers.

TimePicker is throwing an error when used with update panel

1 Answer 62 Views
Input
This is a migrated thread and some comments may be shown as answers.
debett
Top achievements
Rank 1
debett asked on 24 Apr 2009, 02:43 PM
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: CS0111: Type 'ASP.admissions_controls_inquirymanager_ascx' already defines a member called '__BuildControlradTimePicker' with the same parameter types

Source Error:

Line 5725:        
Line 5726:        [System.Diagnostics.DebuggerNonUserCodeAttribute()]
Line 5727: private global::Telerik.Web.UI.RadTimePicker @__BuildControlradTimePicker() {Line 5728:            global::Telerik.Web.UI.RadTimePicker @__ctrl;
Line 5729:            

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 27 Apr 2009, 09:50 AM
Hi Thomas,

Compiler error CS0111 occurs if a class contains two member declarations with the same parameter types. For more information, refer to the following links.
Compiler Error CS0111   
Methods (C# Programming Guide).

If you continue to experience difficulties, I will ask you to open a formal support ticket and send us a small runnable application with reproduced this erroneous behavior. Thus I could do all my best to help you further in resolving it. 

Sincerely yours,

Pavlina
the Telerik team

 


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Input
Asked by
debett
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or