xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.88k stars 873 forks source link

Cannot reference version 2.7.0 in Visual Studio 2010 #1016

Open xceedsoftware opened 7 years ago

xceedsoftware commented 7 years ago

CrazyTasty[CodePlex]
We have been using an older version specifically for the DateTimePicker. In needing some of the newer features, we tried using 2.7.0, but to no avail.

By adding a reference and pointing to the .dll, and adding a reference in xaml, it's not recognized and intellisense does not work. The following exception is also shown:

Unable to load the metadata for assembly 'Xceed.Wpf.Toolkit'. This assembly may have been downloaded from the web. See http://go.microsoft.com/fwlink/?LinkId=179545. The following error was encountered during load: Could not load file or assembly 'Xceed.Wpf.Toolkit, Version=2.6.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)

By trying to install via NuGet, it errors out stating it's not supported.

Any help is appreciated. Thank you...

xceedsoftware commented 7 years ago

CrazyTasty[CodePlex]
Ignore the issue above. What I tried today seems to work fine.

Sorry for the confusion.