Advertisement
Guest User

LithMaster

a guest
May 5th, 2009
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. Exception:
  2.  
  3. See the end of this message for details on invoking
  4. just-in-time (JIT) debugging instead of this dialog box.
  5.  
  6. ************** Exception Text **************
  7. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  8. at manager.file_close(manager* )
  9. at GUI.main_window.file_close_mainmenu_Click(Object sender, EventArgs e) in c:\development\document manager\gui\main_window.h:line 464
  10. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  11. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  12. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  13. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  14. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  15. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  16. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  17. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  18. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  19. at System.Windows.Forms.Control.WndProc(Message& m)
  20. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  21. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  22. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  25. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  26.  
  27.  
  28. ************** Loaded Assemblies **************
  29. mscorlib
  30. Assembly Version: 2.0.0.0
  31. Win32 Version: 2.0.50727.3074 (QFE.050727-3000)
  32. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  33. ----------------------------------------
  34. GUI
  35. Assembly Version: 1.0.3413.36779
  36. Win32 Version:
  37. CodeBase: file:///C:/development/Document%20Manager/Release/GUI.exe
  38. ----------------------------------------
  39. msvcm90
  40. Assembly Version: 9.0.21022.8
  41. Win32 Version: 9.00.21022.8
  42. CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91/msvcm90.dll
  43. ----------------------------------------
  44. System.Windows.Forms
  45. Assembly Version: 2.0.0.0
  46. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  47. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System
  50. Assembly Version: 2.0.0.0
  51. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  52. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  53. ----------------------------------------
  54. System.Drawing
  55. Assembly Version: 2.0.0.0
  56. Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
  57. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  58. ----------------------------------------
  59.  
  60. ************** JIT Debugging **************
  61. To enable just-in-time (JIT) debugging, the .config file for this
  62. application or computer (machine.config) must have the
  63. jitDebugging value set in the system.windows.forms section.
  64. The application must also be compiled with debugging
  65. enabled.
  66.  
  67. For example:
  68.  
  69. <configuration>
  70. <system.windows.forms jitDebugging="true" />
  71. </configuration>
  72.  
  73. When JIT debugging is enabled, any unhandled exception
  74. will be sent to the JIT debugger registered on the computer
  75. rather than be handled by this dialog box.
  76.  
  77.  
  78. VS output window
  79.  
  80. 'GUI.exe': Loaded 'C:\development\Document Manager\Release\GUI.exe', Symbols loaded.
  81. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
  82. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\mscoree.dll'
  83. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
  84. 'GUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcr90.dll', Symbols loaded.
  85. 'GUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcp90.dll', Symbols loaded.
  86. 'GUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcm90.dll', Symbols loaded.
  87. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll'
  88. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll'
  89. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll'
  90. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\user32.dll'
  91. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll'
  92. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'
  93. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\secur32.dll'
  94. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll'
  95. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll'
  96. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll'
  97. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll'
  98. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll'
  99. 'GUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6001.18000_none_5cdbaa5a083979cc\comctl32.dll'
  100. 'GUI.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll'
  101. 'GUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.3053_none_d08d7bba442a9b36\msvcr80.dll'
  102. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll'
  103. 'GUI.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
  104. 'GUI.exe': Unloaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
  105. 'GUI.exe': Loaded 'C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\c068708e16abf0be77a21b9f29817d83\mscorlib.ni.dll'
  106. 'GUI.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'
  107. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\uxtheme.dll'
  108. 'GUI.exe' (Managed): Loaded 'c:\development\Document Manager\Release\GUI.exe', Symbols loaded.
  109. 'GUI.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll'
  110. 'GUI.exe': Loaded 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll'
  111. 'GUI.exe': Loaded 'C:\Windows\SysWOW64\rsaenh.dll'
  112. 'GUI.exe' (Managed): Loaded 'C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91\msvcm90.dll', Symbols loaded.
  113. 'GUI.exe': Loaded 'C:\Windows\assembly\NativeImages_v2.0.50727_32\System\57ac9ba5419d6bf4b79f2979b0755428\System.ni.dll'
  114. 'GUI.exe': Loaded 'C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Drawing\19d027c3381110e60c003f2c8bd307ee\System.Drawing.ni.dll'
  115. 'GUI.exe': Loaded 'C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\6d75eb3ca10a514754f5e87cc2134f07\System.Windows.Forms.ni.dll'
  116. 'GUI.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'
  117. 'GUI.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll'
  118. 'GUI.exe' (Managed): Loaded 'C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll'
  119. 'GUI.exe': Loaded 'ImageAtBase0x5ba20000', No symbols loaded.
  120. 'GUI.exe': Unloaded 'ImageAtBase0x5ba20000'
  121. 'GUI.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.6001.18065_none_9e7abe2ec9c13222\GdiPlus.dll'
  122. First-chance exception at 0x011f3391 in GUI.exe: 0xC0000005: Access violation reading location 0x00000041.
  123.  
  124.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement