Blam
Blam

Reputation: 2965

Does Visual Studio Express C# 2008 come with the WPF libraries?

I need to know if Windows systems that have VS Express c# 2008 will have had the WPF libraries installed along with the VS installation (XP, so it's not preinstalled on the system).

Google didn't really turn up much.

Upvotes: 0

Views: 90

Answers (2)

ChrisBD
ChrisBD

Reputation: 9209

Assuming that your after the development environment. Then the answer is yes, although you won't be able to use extras such as Silverlight.

Upvotes: 1

veljkoz
veljkoz

Reputation: 8512

Yes they will.

Express versions are limited not to have external plugins, which WPF certainly isn't.

Upvotes: 2

Related Questions