E
Eric Newton
I can't explain why this is happening but here goes
I have a class library being called by a Windows forms app [all VB.Net],
option strict is ON
before the Application.Run(new frmMain), I call AddHandler
AppDomain.CurrentDomain.UnhandledException, addressof
AppDomain_UnhandledException
theres a call into the class library, several calls down the line is a
P/invoke to a 3rd party DLL
when I step INTO the function it all works
if I step over/run the function the process immediately terminates... no
warnings, no errors displayed in VS.Net's output
anybody got any ideas? i bet this is gonna be a tough one
I have a class library being called by a Windows forms app [all VB.Net],
option strict is ON
before the Application.Run(new frmMain), I call AddHandler
AppDomain.CurrentDomain.UnhandledException, addressof
AppDomain_UnhandledException
theres a call into the class library, several calls down the line is a
P/invoke to a 3rd party DLL
when I step INTO the function it all works
if I step over/run the function the process immediately terminates... no
warnings, no errors displayed in VS.Net's output
anybody got any ideas? i bet this is gonna be a tough one