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 **
This is not an error, program runs as expected.
Could be related to VisualStudio.
This is not happening in VS2015.