I downloaded the ExtendedWPFToolkit. Unzipped it. Added the references to Exceed.Wpf.Toolkit.dll (and the other five dlls) to my WPF C# 2010 project. Adding the appropriate using statement.
Then I went to the Toolbox from the Designer view, added a new tab (WPF Extended) and then went to Add items. On the Choose Toolbox Dialog box, on the WPF tab, I pressed Browse, and went to the folder where I unzipped the DLLs. When I tried to add one I get a message that the Assembly which was downloaded from the web cannot be loaded, and was directed to this page:
http://msdn.microsoft.com/en-us/library/ee890038(VS.100).aspx
but under Properties there is no unblocking section meaning, according to that page, the assembly is not blocked.
Really all I wanted was an IntegerUpDown control, which, by the way, I don't find at all.
What am I doing wrong?
Thanks.
RON
Then I went to the Toolbox from the Designer view, added a new tab (WPF Extended) and then went to Add items. On the Choose Toolbox Dialog box, on the WPF tab, I pressed Browse, and went to the folder where I unzipped the DLLs. When I tried to add one I get a message that the Assembly which was downloaded from the web cannot be loaded, and was directed to this page:
http://msdn.microsoft.com/en-us/library/ee890038(VS.100).aspx
but under Properties there is no unblocking section meaning, according to that page, the assembly is not blocked.
Really all I wanted was an IntegerUpDown control, which, by the way, I don't find at all.
What am I doing wrong?
Thanks.
RON