Croviajo
Croviajo

Reputation: 249

I can't start a new WPF Project

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

Answers (2)

Kamil Lach
Kamil Lach

Reputation: 4629

VS 2008 support fully WPF project (according to this),

Upvotes: 1

eandersson
eandersson

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.

enter image description here

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

Related Questions