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:
-
Review Application Compatibility in the .NET Framework 4.5 Beta to determine the technologies that may cause migration issues for your application.
-
Review What's Obsolete in the .NET Framework to determine any types or members in your code that have been made obsolete, and the recommended alternatives.
-
See What's New in the .NET Framework 4.5 Beta for descriptions of new features that you may want to add to your application.