Odd App Shutdown Problem (XP SP3) from .NET4.0 WPF/Prism app
-
Hi All, I have an odd problem occurring on a WPF app but only on Win XP (in this instance SP3) when the app is closed there is an unhandledexception thrown saying "Handle is not initialized" the odd thing is the messagebox is in my HandleException method of my bootstrapper class and is placed after a couple of lines where I log these yet I'm not seeing any logs of it either. The app behaves absolutely normally on Win7 ... anyone seen/solved this before? Jammer EDIT: After running WinDbg I get this at application shutdown: (5dc.c54): CLR exception - code e0434352 (first chance) eax=603f68a9 ebx=00000000 ecx=0012f6d4 edx=7c90e514 esi=7c90de6e edi=00000000 eip=7c90e514 esp=0012f8e0 ebp=0012f9dc iopl=0 nv up ei pl zr na pe nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246 ntdll!KiFastSystemCallRet: 7c90e514 c3 ret
-
Hi All, I have an odd problem occurring on a WPF app but only on Win XP (in this instance SP3) when the app is closed there is an unhandledexception thrown saying "Handle is not initialized" the odd thing is the messagebox is in my HandleException method of my bootstrapper class and is placed after a couple of lines where I log these yet I'm not seeing any logs of it either. The app behaves absolutely normally on Win7 ... anyone seen/solved this before? Jammer EDIT: After running WinDbg I get this at application shutdown: (5dc.c54): CLR exception - code e0434352 (first chance) eax=603f68a9 ebx=00000000 ecx=0012f6d4 edx=7c90e514 esi=7c90de6e edi=00000000 eip=7c90e514 esp=0012f8e0 ebp=0012f9dc iopl=0 nv up ei pl zr na pe nc cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000246 ntdll!KiFastSystemCallRet: 7c90e514 c3 ret