c# - Faulting application <app_name>, version <version number>,faulting module kernel32.dll -
i have 1 windows application built using c# , .net framework 2.0 , installed on windows server 2003.
i have tested application on machine , works on machine. difference between 2 machines that, machine has windows vista os , machine on error occured has windows server 2003 os.
when start application, works correctly time gives 1 error
faulting application , version ,faulting module kernel32.dll,version 5.2.3790.4480, stamp , debug? 0. fault address 0x000bef7.
source : .net runtime 2.0 error category : none event id : 1000
does knows why error coming? googled error of solutions either explorer.exe or internet explorer.
use windbg or adplus attach process , process crash dump. identify offending part of code symbols loaded. in cases, shows last exception , hence gives view of have gone wrong.
Comments
Post a Comment