
712 Chapter 14 • Upgrading Visual Basic Applications to .NET
; The Upgrade Wizard lists various upgrade messages indicating what
changes must be made to the existing code to ensure a smooth run of
the upgraded project.
Q: Can I manually invoke the Upgrade Wizard?
A: No, you cannot.Visual Basic .NET automatically invokes the wizard when
you open an older version of a Visual Basic application.
Q: Should I only use structured exception handling to manage errors in my
application?
A: Structured exception handling is a more comprehensive way to managing
errors. However, you can still continue to use the On Error statements.
Q: Is the object model for ADO.NET ...