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

Scheduler - derived class from EditAppointmentDialog

2 Answers 58 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Ramius
Top achievements
Rank 1
Ramius asked on 11 Jun 2010, 12:06 PM
Hello,

i am upgrading my scheduler project from Q1/2010 SP2 to the Q2/2010 Beta.

I have there a class BITSchedulerAppointmentEditForm derived from EditAppointmentDialog.
Now i get the following compiler error: 

Original Message from the compiler:
Fehler 92 "BITSteuerelemente.BITSchedulerAppointmentEditForm" enthält keine Definition für "txtDescription", und es konnte keine Erweiterungsmethode "txtDescription" gefunden werden, die ein erstes Argument vom Typ "BITSteuerelemente.BITSchedulerAppointmentEditForm" akzeptiert. (Fehlt eine Using-Direktive oder ein Assemblyverweis?) E:\Projekte\BITvisualFM\BITvisualFM\BITSteuerelemte\BITSchedulerAppointmentEditForm.Designer.cs 42

It means that in the BITSchedulerAppointmentEditForm is no "txtDescription"-field available.

What do i have to do to get access to the "txtDescription"-field in the EditAppointmentDialog ?

Kind Regards,

Ramius

 

2 Answers, 1 is accepted

Sort by
0
Dobry Zranchev
Telerik team
answered on 17 Jun 2010, 01:06 PM
Hello Ramius,

Thank you for writing.

We changed the naming convention of the fields, so the name of the txtDescription was changed to textDescription. Please change it in your code accordingly. You should not experience any further issues.

If you have additional questions, feel free to contact me.

Sincerely yours,
Dobry Zranchev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Ramius
Top achievements
Rank 1
answered on 22 Jun 2010, 02:50 PM
Hello Dobry,

thank you for your help.
It works fine now.

Regards,

Ramius
Tags
Scheduler and Reminder
Asked by
Ramius
Top achievements
Rank 1
Answers by
Dobry Zranchev
Telerik team
Ramius
Top achievements
Rank 1
Share this question
or