BaseApplicationPage Code Files Updated

The BaseApplicationPage code files containing the BaseApplicationPage class and methods have been updated.  These files are located in:

.NET Framework 1.1:

...\<Application Folder>\Shared\BaseApplicationPage.cs

...\<Application Folder>\Shared\BaseApplicationPage.vb

.NET Framework 2.0:

...\<Application Folder>\App_Code\Shared\BaseApplicationPage.cs

...\<Application Folder>\App_Code\Shared\BaseApplicationPage.vb

Migration effects

During migration, the existing BaseApplicationPage file in your application is deleted.  A newer version of the BaseApplicationPage file will be copied to your application’s folder when building the migrated application.  Any changes you have made to the BaseApplicationPage code file will be lost during migration.

What you should do

After building the migrated application, apply any changes you may have made to the original BaseApplicationPage code file to the new updated file.

See Also

Version 4.1 Application Migration