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

RadNumericUpDown/RadDateTimePicker does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input'

6 Answers 182 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tobias Rodewi
Top achievements
Rank 1
Tobias Rodewi asked on 08 Oct 2010, 02:12 PM
After upgrade to v.2010.2.924.1040 of the controls, I get the following error:

The tag 'RadNumericUpDown' does not exist in XML namespace 'clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Input'.

And the same goes for RadDateTimePicker, but the documentation/reference still says it should be found there? The object explorer also says it's there. What have I done wrong?

6 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 13 Oct 2010, 04:45 PM
Hi Tobias,

Please, double check if you have added the right assemblies in the project and they are one and same version:

  • Telerik.Windows.Controls.Input.dll
  • Telerik.Windows.Controls.dll

I would suggest you to rebuild the project. I hope this helps!


All the best,
George
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
Tobias Rodewi
Top achievements
Rank 1
answered on 13 Oct 2010, 04:52 PM
I do have those assemblies referenced and they are all version 2010.2.924.1040.


<
Reference Include="Telerik.Windows.Controls, Version=2010.2.924.1040, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL" />
<Reference Include="Telerik.Windows.Controls.Input, Version=2010.2.924.1040, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">

(taken from the .csproj file)

A rebuild did not solve it.
0
George
Telerik team
answered on 18 Oct 2010, 09:22 AM
Hello Tobias,

Could you please check the version of all *.dlls files, located in the Bin directory? You can find the information in the Properties of the file -> Details -> Product version. 
 

Kind regards,
George
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
Tobias Rodewi
Top achievements
Rank 1
answered on 18 Oct 2010, 09:58 AM
Attached screenshot of the dll's in the bin folder (deleted the bin and recompiled before the screenshot)
0
Tobias Rodewi
Top achievements
Rank 1
answered on 19 Oct 2010, 10:08 AM
Solved it.
Unnecessary steps made:
- Uninstalled the existing controls-lib
- Reboot
- Installed RadControls_for_Silverlight_4_2010_2_0924_DEV.msi
- Reboot
-> Still complaining when compiling

Then searched for a new internal releases (found 00870RadControls_for_Silverlight_4_2010_2_1018_DEV), installed, upgraded the project through VS and it compiles! Didn't find no reference to the numericUpDown in the change logs so I didn't have much hope, but it works.
0
George
Telerik team
answered on 20 Oct 2010, 09:31 AM
Hello Tobias,

I am glad that the issue you were facing is now resolved. Please do not hesitate to contact us if you have any additional questions.

Greetings,
George
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
Tags
General Discussions
Asked by
Tobias Rodewi
Top achievements
Rank 1
Answers by
George
Telerik team
Tobias Rodewi
Top achievements
Rank 1
Share this question
or