Reputation: 249
I have Visual Studio 2008 installed in my computer but when I try to open a new WPF project, I can't find it. I only find the WIN Form project. So does the VS 2008 not support WPF projects or what?
Upvotes: 0
Views: 127
Reputation: 26352
You need to set the .NET framework to at least 3.0. If you have it set to 2.0 or lower you will not have WPF available as a template.
I do not think that it should be needed, but you may want to install the latest version of .NET framework 3.5. http://www.microsoft.com/en-us/download/details.aspx?id=22
Upvotes: 2