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: joshglass1 **
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: joshglass1 **
Oh well. I finally gave up and just created the control I needed. I don't have to deal with it now.