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

The tag 'DurationPicker' does not exist in XML namespace

2 Answers 82 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Catherine
Top achievements
Rank 1
Catherine asked on 01 Mar 2011, 10:43 AM
I generated a template for scheduleView control using Blend 4.
When I compile the project from Visual Studio 2010, the following error appears:
The tag 'DurationPicker' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'

However, the object exists in the namespace as shown in the following screen.

What should I do to make it work ?

Regards.

C.Léoni.

2 Answers, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 01 Mar 2011, 01:25 PM
Hello Catherine,

Probably you have references to both Telerik.Windows.Controls.Scheduler.dll and Telerik.Windows.Controls.ScheduleView.dll and Blend gets confused because the DurationPicker is present in both assemblies. To resolve the problem you will need to either remove the reference to the Scheduler assembly, or replace the telerik URI namespace with the corresponding CLR/assembly syntax (which is a lot more work).

Kind regards,
Valeri Hristov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Catherine
Top achievements
Rank 1
answered on 01 Mar 2011, 02:53 PM
Hi,

Thanks. It works.

Regards.
C.Léoni.
Tags
ScheduleView
Asked by
Catherine
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Catherine
Top achievements
Rank 1
Share this question
or