VS2005 WPF Templates on Vista 5472
How do I get the WPF Templates to show up in VS when installed on Vista 5472? When I try to install .NET 3.0 it tells me I must "Turn Windows Features On or Off".
Thanks,
Toby
How do I get the WPF Templates to show up in VS when installed on Vista 5472? When I try to install .NET 3.0 it tells me I must "Turn Windows Features On or Off".
Thanks,
Toby
.NET 3.0 is already installed on Vista. You need to install the "Orcas" development tools for Visual Studio. See http://msdn.microsoft.com/windowsvista/downloads/products/getthebeta
The project templates and Cider visual designer ship with those tools.
Lol...however, there is no July CTP of Orcas. There is a way to force the June CTP of Orcas to install, however. I don't have the command line parameters required to do that in front of me at the moment though.
Her is the command line you are talking about:
msiexec /i vsextwfx.msi WRC_INSTALLED_OVERRIDE=1
Bye