My issue is that I am having problems "correctly" referencing the toolkit in XAML. I have tried two ways:
http://schemas.xceed.com/wpf/xaml/toolkit
clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit
Both ways allow the program to run. However the a error is present stating that
The name "IntegerUpDown" does not exist in the namespace xxx(Enter one of the two above here)xxx.
what I am doing wrong? Thanks
Comments: ** Comment from web user: BoucherS **
http://schemas.xceed.com/wpf/xaml/toolkit
clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit
Both ways allow the program to run. However the a error is present stating that
The name "IntegerUpDown" does not exist in the namespace xxx(Enter one of the two above here)xxx.
what I am doing wrong? Thanks
Comments: ** Comment from web user: BoucherS **
Hi,
I installed VS2015 Update 3 to have : Version 14.0.25431.01 Update 3.
I run on Visual Studio Enterprise 2015.
I use Xceed.Wpf.Toolkit.dll v2.9.
I tried the correct options you are using :
-http://schemas.xceed.com/wpf/xaml/toolkit
-clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit
And I can run the UI Designer without any problems.