I developed a program in VB.NET 2010
(.NET version 4
). It runs in my laptop perfectly. I installed it to client's computer (Windows 7
). While I run the application in client's computer, it stops responding.
I found a solution here and repair .NET 4
but the problem persists by giving the below error message.
Description:
Stopped working
Files that help describe the problem:
C:\Users\Manager\AppData\Local\Temp\WER46BF.tmp.WERInternalMetadata.xml
C:\Users\Manager\AppData\Local\Temp\WER7030.tmp.mdmp
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
What should I do ?
UPDATE:
I found something (not the solution). I am using a Sub procedure
that loads the crystal report engine
while the application starts. I block the procedure
and the application runs. But while I generates a report (Crystal Report
), it again stops working.
I am using Crystal Report 13_0_14
.
What would be the solution ?