This topic has not yet been rated - Rate this topic

How to: Configure a .NET Framework Client Profile Application for Deployment

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This topic shows how to configure a .NET Framework 4 Client Profile application for deployment in Visual Studio 2010.

By default, your application is specifically targeted for the latest version of the .NET Framework. The following procedure shows how to modify the default settings to target the .NET Framework 4 Client Profile.

Note Note

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Working with Settings.

To configure the project for deployment

  1. In Solution Explorer, right-click the project and select Properties.

    The Application tab of the project's property pages opens.

  2. If your project is a C# project, from the Target Framework drop-down list, select .NET Framework 4.0 Client Profile.

    If your project is a Visual Basic project, click the Compile tab and then click the Advanced Compile Options button.

    The Advanced Compiler Settings dialog box opens.

    At the bottom of the Advanced Compiler Settings dialog box, from the Target framework (all configurations) drop-down list, select .NET Framework 4.0 Client Profile.

Did you find this helpful?
(1500 characters remaining)