Guest User

Untitled

a guest
Dec 11th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. Unhandled Exception has occured in your application. If you click Continue, the application will ignore this error and attempt to continue. if you click Quit, the application will close immediately.
  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.IO.FileNotFoundException: D:\Games\MWS\Magic Workstation\Pics\AVR\Rotcrown Ghoul.full.jpg
  8. at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
  9. at System.Drawing.Image.FromFile(String filename)
  10. at imageTest.BoosterView.picBox_move(Object sender, MouseEventArgs e)
  11. at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
  12. at System.Windows.Forms.Control.WmMouseMove(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  16. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  17.  
  18.  
  19. ************** Loaded Assemblies **************
  20. mscorlib
  21. Assembly Version: 4.0.0.0
  22. Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  24. ----------------------------------------
  25. imageTest
  26. Assembly Version: 1.0.0.0
  27. Win32 Version: 1.0.0.0
  28. CodeBase: file:///C:/Users/David/Downloads/Netdraft%20Observer/Netdraft%20Observer/Netdraft%20Observer.exe
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.0.30319.278 built by: RTMGDR
  33. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.282 built by: RTMGDR
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  39. ----------------------------------------
  40. System
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.269 built by: RTMGDR
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  44. ----------------------------------------
  45. UIAutomationClient
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.1 built by: RTMRel
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationClient/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationClient.dll
  49. ----------------------------------------
  50. UIAutomationTypes
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.1 built by: RTMRel
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
  54. ----------------------------------------
  55. WindowsBase
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.275 built by: RTMGDR
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
  59. ----------------------------------------
  60. UIAutomationProvider
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.1 built by: RTMRel
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
  64. ----------------------------------------
  65. UIAutomationClientsideProviders
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.0.30319.1 built by: RTMRel
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationClientsideProviders/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationClientsideProviders.dll
  69. ----------------------------------------
  70. Accessibility
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.0.30319.1 built by: RTMRel
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  74. ----------------------------------------
  75. System.Xml
  76. Assembly Version: 4.0.0.0
  77. Win32 Version: 4.0.30319.233 built by: RTMGDR
  78. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  79. ----------------------------------------
  80.  
  81. ************** JIT Debugging **************
  82. To enable just-in-time (JIT) debugging, the .config file for this
  83. application or computer (machine.config) must have the
  84. jitDebugging value set in the system.windows.forms section.
  85. The application must also be compiled with debugging
  86. enabled.
  87.  
  88. For example:
  89.  
  90. <configuration>
  91. <system.windows.forms jitDebugging="true" />
  92. </configuration>
  93.  
  94. When JIT debugging is enabled, any unhandled exception
  95. will be sent to the JIT debugger registered on the computer
  96. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment