Common Language Runtime Debugging Services

  • Thread starter Thread starter Sathiamoorthy
  • Start date Start date
S

Sathiamoorthy

I received a runtime error when I was working in MyApp.exe

MyApp.exe Common Language Runtime Debugging Services
Application has generated an exception that could not be
handled.
Process ID=0x14 (1300), Thread Id=0xe8(232)

Any one help me



Regards,

R.Satiamoorthy
 
There's little we can do without error code or so.

But presumably you're using some kind of unmanaged DLLs/COM component that
generates error. Try run the software in IDE with breakpoint inserted to
find out which line generates the error.
 
Back
Top