kb speeded-up Tools has stop working
-
2012년 2월 16일 목요일 오후 4:45
Hello sir
I am running my application 24*7. It works fine in day time but at night it get crashed. I am running it through scheduler.
It is giving following error in application event...
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: kb.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 4ea0375e
Problem Signature 04: System
Problem Signature 05: 2.0.0.0
Problem Signature 06: 4db90c9f
Problem Signature 07: 1fa8
Problem Signature 08: 15d
Problem Signature 09: System.Net.WebException
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
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
please help me and tell what can i do?
모든 응답
-
2012년 2월 17일 금요일 오전 5:58중재자
Hi Parth,
Basically this means an exception has thrown from application kb.exe in method 1fa8 IL offset 15d of the System Assembly. The name of the type of the most-inner exception is System.Net.WebException.
Follow the solution in the article below and find the method which throw this exception in your application and then fix it.
http://blogs.msdn.com/b/oanapl/archive/2009/01/30/windows-error-reporting-wer-and-clr-integration.aspx
If there is anything unclear, please let us know.
Best Regards,
Bob Wu [MSFT]
MSDN Community Support | Feedback to us
- 답변으로 표시됨 Bob Wu-MTMicrosoft Contingent Staff, Moderator 2012년 2월 27일 월요일 오전 5:38

