Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Cover image for product 0782141617
MCAD/MCSD: Visual Basic .NET Windows and Web Applications Study Guide: Exams 70-305 & 70-306
Brian Reisman, Mitch Ruebush
ISBN: 978-0-7821-4161-0
Paperback
896 pages
May 2003
This title is out-of-print and not currently available for purchase from this site.
 
Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.
ChapterPageDetailsDatePrint Run
Combined Errata

Page 56

Polymorphism, 2nd paragraph, should read " In Exercise 2.6 you used interface inheritance..."

Page Authors Note

VS 2002 and VS 2003 look for a file called “app.config”
VS 2002 and VS 2003 look for a file called “app.config” in the project's source folder. When you launch the debugger, the IDE takes a copy of that file, renames it to “yourappname.exe.config”, and copies it into the executing directory. If you don't have the “app.config” in your project and try to create your own “myappname.exe.config”, VS 2003 doesn't play nice and it will delete the copy of the config file you tried to create. VS2002 plays a bit nicer and leaves your file alone.
I believe that the behavior changed either during a SPack or between 2002 and 2003