
Upgrading Visual Basic Applications to .NET • Chapter 14 707
■
UPGRADE_WARNING errors are items that will not result in com-
piler errors but that might still cause an error when referencing the item
during runtime. It is not absolutely necessary to rectify them, but doing
so will result in a smoother execution of the project.These items are
outlined in the upgrade report as both items in the TaskList window and
comments in the code.
■
UPGRADE_NOTE indicates serious changes in the code. Upgrade
notes are added when there is a major structural change in code.
Reported as comments in code, you should read them thoroughly
before deciding on a course of action. ...