Collection of unedited thoughts and bits of knowledge I can't seem to remember
Search This Blog
Tuesday, November 11, 2008
How to Debug Hydrid VB6 and C# project
Use System.Diagnostics.Debugger.Break(); in C# code in class with COM interop that is used in VB6 project. Allow code to debug using .net 2005/2008 but not .net 2003
Used this approach to debug call center scheduler.
No comments:
Post a Comment