Multi-Targeting Issues

Guidelines for Choosing the Target Framework Version

You may configure and mix various Target Framework Versions (for example, .NET versions) for your data source and presentation projects; however, to ensure compatibility, you must follow these guidelines.

Setting the Target Framework Version for New Projects

You set the Target Framework Version when you create a new project by selecting the correct .NET version on the Visual Studio Create a new Project dialog.

Changing the Target Framework Version for Existing Projects

You can change the Target Framework Version for an existing project as follows:

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

  2. In the properties dialog, change the Target Framework property.

    For a data source project, the Target Framework property is found under the Project category. Refer to Data Source Project Property Pages Dialog.

    For a presentation project, the Target Framework property is found on the Application tab.

  3. Answer Yes to the confirmation message.