2 out of 4 rated this helpful - Rate this topic

Migration Guide to the .NET Framework 4.5 Beta

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

If you created your application using an earlier version of the .NET Framework, you can generally upgrade it to the .NET Framework 4.5 Beta easily. Open your project in Visual Studio 11 Beta. If your project was created in an earlier version, the Project Compatibility dialog box automatically opens. For more information about upgrading a project, see How to: Troubleshoot Unsuccessful Visual Studio Project Upgrades.

However, some changes in the .NET Framework require changes to your code. You may also want to take advantage of functionality that is new in the .NET Framework 4.5 Beta. Making these types of changes to your application for a new version of the .NET Framework is typically referred to as migration. If your application does not have to be migrated, you can run it in the .NET Framework 4.5 Beta without recompiling it.

Review the following documents before you migrate your application from the .NET Framework 4 to the .NET Framework 4.5 Beta:

Did you find this helpful?
(1500 characters remaining)