Base files updated

All “base” application files, such as BaseApplicationPage and BaseUserControl, have been updated.  BaseApplicationPage has been updated with improved ModifyRedirectUrl method. As a result the signature of the method is changed.

Migration effects

During migration, existing base application files are replaced with new files.  Customizations you have made to the base application files will not be retained.

What you should do

After migration, re-apply any customizations you may have made to the original base application files to the new base application files.  Any code customizations using the ModifyRedirectUrl method should be modified to use the new signature in order to work properly.  Otherwise, this compliation error will be displayed:

ModifyRedirectUrl(string, string): no suitable method found to override

See Also

Version 5.0 Application Migration