Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Odd App Shutdown Problem (XP SP3) from .NET4.0 WPF/Prism app

Odd App Shutdown Problem (XP SP3) from .NET4.0 WPF/Prism app

Scheduled Pinned Locked Moved WPF
csharpdotnetwpfhelpquestion
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jammer 0
    wrote on last edited by
    #1

    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

    J 1 Reply Last reply
    0
    • J Jammer 0

      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

      J Offline
      J Offline
      Jammer 0
      wrote on last edited by
      #2

      OK, Solved this ... it was a destructor on one of my classes ... will refactor ... Jammer My Blog | Articles | DMon | SampleSort

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups