Hi,,,
I have already installed a Install .NET Framework 3.5 SP1 and Install .NET Framework 4 also but while installing the WPF Toolkit it will give me a error that u install the .NET Framework 3.5 SP1 so can any body help me
thanks and regards..
kamlesh
Loading
snake vietnamPosted May 22, 2011, 6:02 AM
Mahesh ChandPosted May 12, 2011, 8:44 AM
Nipun TomarPosted May 12, 2011, 8:07 AM
Instructions for using the WPF Toolkit binaries:
- Install .NET Framework 3.5 SP1
- If you have a previous version of WPF Toolkit installed, uninstall it through the Remove Programs dialog on the Control Panel (look for "WPF Toolkit October 2008" or "WPF Toolkit January 2009" or "WPF Toolkit March 2009" or "WPF Toolkit June 2009")
- Download the WPFToolkit_Binaries or WPFToolkit_BinariesAndSource
- Run the WPFToolkit.msi to install the WPFToolkit.dll and WPF Toolkit design time binaries to your Program Files folder
- Reference the binaries in your project:
- Reference WPFToolkit.dll in your project.
- Add a using statement ("using Microsoft.Windows.Controls;") to the top of .cs files
- Add a new xmlns (for example, xmlns:toolkit="http://schemas.microsoft.com/wpf/2008/toolkit") to the top of XAML files
- Remember to use the namespace prefix (in the above example,
) in the body of your XAML
If not satisfied then try the link below:http://www.pvle.be/2008/10/visual-studio-2005-extensions-for-wcf-and-wpf-installation-after-installing-net-35/