#37 – Choosing Which Version of the .NET Framework to Target

By default, when you build a WPF application using Visual Studio 2010, you target the .NET Framework 4 Client Profile.  The client profile is a subset of the full .NET Framework 4 that includes only the pieces typically needed for Windows client applications.  For example, it does not include support for ASP.NET applications.

You can verify or change which version of the Framework a WPF project is targeting by looking at the Application tab of the Project Properties window.

You can change your project to target older versions of the .NET Framework.  You might do this if your application does not need features present in newer versions of the framework and you want to deploy to systems that already have the older version installed, avoiding a download of a newer version of the framework.

Advertisement

About Sean
Software developer in the Twin Cities area, passionate about software development and sailing.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: