I inherited a project in Visual Basic, and I am assigned to fixing errors in this project. Users have reported that there are issues with a fresh install of the project, and I was able to reproduce the errors. There were also issues related to running this on non-compatibility mode on Windows 7. I tried running this project in Visual Basic 6, and I was not able to reproduce some of these errors.
I want to know if there is any way to match the debugging environment in Visual Basic 6 to the installed environment (after unpacking the project with an installation package).
All answers are welcomed and appreciated. Thank you.