Hello,
I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.
For my application, migrating to .Net 4.0 is, unfortunatly, not an option for historical reasons...
So I open the sln file located in directory ExtendedWPFToolkitSolution_35 with Visual Studio 2008.
When compiling, I have several errors (see attached files : build.log and screenshots of VS2008)
Important information : My machine doesn't have VS2010 installed. When I try to compile the ExtendedWPFToolkitSolution_35 solution with VS2008 on a machine with 2010 installed, the compilation is ok. However, I didn't try to run it.
Thank you for this nice toolkit with so many great features. And thank you for maintening compatibility with the .Net 3.5 framework.
Regards,
Comments: ** Comment from web user: emartin **
I am evaluating the .Net 3.5 version of the Extended WPF Toolkit.
For my application, migrating to .Net 4.0 is, unfortunatly, not an option for historical reasons...
So I open the sln file located in directory ExtendedWPFToolkitSolution_35 with Visual Studio 2008.
When compiling, I have several errors (see attached files : build.log and screenshots of VS2008)
Important information : My machine doesn't have VS2010 installed. When I try to compile the ExtendedWPFToolkitSolution_35 solution with VS2008 on a machine with 2010 installed, the compilation is ok. However, I didn't try to run it.
Thank you for this nice toolkit with so many great features. And thank you for maintening compatibility with the .Net 3.5 framework.
Regards,
Comments: ** Comment from web user: emartin **
The .net 3.5 version of the toolkit depends on the .net 3.5 WPF Toolkit (the one developed by microsoft) mainly to support the VisualStateManager and some other component like the DatePicker.
Just download the binaries of the .net 3.5 version here:
http://wpftoolkit.codeplex.com/downloads/get/679522
And get the WPFToolkit.dll file. Refer it in your Xceed.Wpf.Toolkit project and it should compile
Leave a comment if this fix the issue so I can close it.