I have developed all in-house software used within my company with VB. I am currently using VB 6.

I recently downloaded and installed Vsiual Studio 2010 Beta 2. At the time I was busy developing a new in-house program. I spent about 2 weeks fiddling with VS 2010 before deciding that at my age such a dramatic learnig curve is just not worth the effort considering the success I have thus far achieved using VB 6.

Upon returning to my half-completed VB 6 project, I discovered that the ON ERROR GOTO statement no longer works. During execution the code simply ignores the ON ERROR GOTO statement as if it does not exist. You undoubtedly are all aware of the result. An unhandled error......

I have tried everything I could think of: Uninstalling VS 2010 and all associated components. Uninstalling VB 6 and re-installing VB 6, service packs, everything I have. All to no avail. My source code simply ignores the ON ERROR GOTO statement as if it does not exist.

I do all development on my notebook and then create setup disks for the company PC's. Inadvertantly the .exe files are also present on the notebook. So is the source code. When I run the .exe files, the ON ERROR GOTO statent works just fine. However, when I run the source code from which the .exe files were created, the ON ORROR GOTO statement somehow just becomes inoperative.

Please, PLEALSE, could anyone help me?? PLEASE.