vb.net - xxx.exe has encountered a proble m and needs to close -


I am converting VB6 from VB.NET to VS2005 in program VS 2.20.

This error was 'Xxx.exe' has to face a problem and needs to be closed.

When I was running a report function in an application and removed the reason. I've read the message from the event view.

It was said that the source

.net runtime 4.0 error reporting, Event ID: 1000 characters: Faulting application tpatoprt.exe, version 2.0 .4574.21092, Stamp 4ffbaa28, Faulting module clr.dll, version 4.0.30319.269, staff 4ee9ae83, debug? 0, Mistake address 0x0019b930

and

.NET Runtime, Event ID: 1023 Name: Application: TPATOPrt.exe Framework Version: v4.0.30319 Description: IP 792 DB 9 30 (79140000) expired due to internal error with exit code 80131506 in NIT Runtime.

Just like my problem, the following link:

I tried to correct in many ways .. But sadly it still happens Can do? please?

You think this problem is with your code, unless you search for Hans Paccent Has given you a link to a similar issue. You might have noticed that no one was able to give the solution, although it was two years ago. Consequently, you are unlikely to get the solution directly, unless you are lucky enough to be an expert in the .NET runtime while looking at your question.

The best bet for you is that you try and work the source of the problem itself Do you receive any kind of callstack? If so, it would be a great clue as an error on which an error occurred. Otherwise, step through the code in the debugger until you find the line that causes an error. At this point, you may be able to fix this problem yourself, but in any case, post the lines of code that cause this problem, and you can get a big response.

Comments