Any advice on issues with debugging a migrated vb6 dll Setup appears correct with an external program defined and starting when debug is started. Breakpoints are set, but never reached.
It appears that the application is still referencing the installed (production) version of the dll (still vb6), rather than the debug version (.net). Perhaps registry settings are not being adjusted to support use of the debug version
Any suggestions would be appreciated.
Visual Basic8
|