I am converting programs from VB6 to VB.NET with VS2005 then to VS2010 .
This error had occured:
'xxx.exe' has encountered a problem and needs to close.
while I was running a report function in an application and caused it to terminate. I read message from event view.
It said the source was
.NET Runtime 4.0 Error Reporting, event ID: 1000 desc:Faulting application tpatoprt.exe, version 2.0.4574.21092, stamp 4ffbaa28, faulting module clr.dll, version 4.0.30319.269, stamp 4ee9ae83, debug? 0, fault address 0x0019b930.
and
.NET Runtime, event ID :1023 desc: Application: TPATOPrt.exe Framework Version: v4.0.30319 Description: The process was terminated due to an internal error in the .NET Runtime at IP 792DB930 (79140000) with exit code 80131506.
The following link just like my problem: http://4.bp.blogspot.com/_681goxWLnCg/S99AQRndqII/AAAAAAAAAfA/KQBnplFJ5-Y/fake_svchost_popup.jpg
I tried to correct in many ways..but sadly it still occurs.