View Single Post
  #1 (permalink)  
Old 07-06-2009, 9:14 PM
technonewbie technonewbie is offline
VB.NET Forum Newbie
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jul 2009
Posts: 2
Reputation: 0
technonewbie is on a distinguished programming path ahead
Default Debugging COM interop with Visual Studio 2005

Hello Everyone,

I am out of ideas, and I would like to see if you could guide me.

It happends that I need to create a Visual Basic.NET GUI for a VB6 application. I already registered the COM DLL and reference it properly. However, when I debug the application, it is giving me an OutofMemory handling error in one of the methods of my COM object.

Until now, it has been really difficult to know what is triggering the error since I can not step into the COM method where the error is been triggered. By chance, do you know if it is possible to use the Visual Studio 2005 debugger to step into the COM interop?

Any help or new ideas will be appreciated.

Thanks

PS just as a note, the VB6 application has already been tested with a VB6 interface and is working correctly.
Reply With Quote