Error after upgraded to .Net 4.0

we have and enterprise application running for last about 10 years. and we have upgraded it from .Net 1.1--> 2.0 -->3.5 and finally 4.0. these upgrades happened over the years. All upgrades were smooth without any issues. but since we have upgraded to 4.0 we started getting error with event ID 1000 and 1026.

here is complete error log > >

Faulting application name: BnBXMLLogger.exe, version: 6.30.38.0, time stamp: 0x4e6107bc

Faulting module name: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdbdf

Exception code: 0xe0434352

Fault offset: 0x0000b727

Faulting process id: 0x145c

Faulting application start time: 0x01cca50544bb4f4c

Faulting application path: D:BnBBNBR_BuildbinBnBXMLLogger.exe

Faulting module path: C:Windowssyswow64KERNELBASE.dll

Report Id: 8cb72654-10f8-11e1-9a7c-00505690237e


To find out where the error is, I would suggest adding an unhandled exception handler to your code. That should give you the opportunity to catch the exception and log the stack trace, etc.

链接地址: http://www.djcxy.com/p/92488.html

上一篇: 如何解决错误:“程序停止工作APPCRASH”

下一篇: 升级到.Net 4.0后出错