Can't Debug COM Interface
- From: "MBO" <markus.boenke@xxxxxx>
- Date: Wed, 18 Jan 2006 06:03:52 +0100
Hello NG,
I've trouble to to debug a vb.net application implementing a com interface.
<ComClass(ComClass2.ClassId, ComClass2.InterfaceId, ComClass2.EventsId)> _
Public Class ComClass2
..
Public Sub New()
...
End Sub
Public Sub OnCreate(ByVal bstrServerHost As String, ByVal ushServerPort As
System.UInt16)
...
End Sub
Public Sub OnDestroy()
...
End Sub
Public Sub NewInteraction(ByVal bstrInteractionID As String)
...
End Sub
Public Sub OnConnectionResumed()
...
End Sub
Public Sub OnConnectionLost()
End Sub
Public Sub OnACLShutdown()
..
End Sub
Public Sub OnIPPEvent(ByVal ICC50Event As CC50CclLib.ICC50Event)
...
End Sub
End Class
as soon as I start the application for debugging, all breakpoints set to one
of the methods will get a questionmark saying that there are no symbols
loaded for the document. On the vb.net project properties I've activated
everything the is necassary to debug the project (generate debug info). The
only thing that does not include debug information is the dll that is
providing the com interface. If I'm implementing the interface using native
c++ /mfc, i've no problem to step into. What's different with vb.net using
com interop?
Thanks and Regards
Markus
.
- Follow-Ups:
- Re: Can't Debug COM Interface
- From: Oleg Starodumov
- Re: Can't Debug COM Interface
- Prev by Date: Re: Lost debugging when I applied SBS 2003 SP1
- Next by Date: RE: edit and continue in web projects and class libraries
- Previous by thread: RE: edit and continue in web projects and class libraries
- Next by thread: Re: Can't Debug COM Interface
- Index(es):
Relevant Pages
|