Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Win7-Gaming\AppData\Local\Temp\'.
  6. at Microsoft.VisualBasic.FileSystem.FileOpen(Int32 FileNumber, String FileName, OpenMode Mode, OpenAccess Access, OpenShare Share, Int32 RecordLength)
  7. at bin.Form1.fo4NU2GVE(Object , EventArgs )
  8. at System.EventHandler.Invoke(Object sender, EventArgs e)
  9. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  10. at System.Windows.Forms.Form.OnCreateControl()
  11. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  12. at System.Windows.Forms.Control.CreateControl()
  13. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  16. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  17. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Form.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 2.0.0.0
  27. Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  29. ----------------------------------------
  30. bin
  31. Assembly Version: 5.0.0.2752
  32. Win32 Version: 5.0.0.2
  33. CodeBase: file:///C:/Users/Win7-Gaming/Downloads/wpepro09x/wpe%20pro.exe
  34. ----------------------------------------
  35. Microsoft.VisualBasic
  36. Assembly Version: 8.0.0.0
  37. Win32 Version: 8.0.50727.5483 (Win7SP1GDR.050727-5400)
  38. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  39. ----------------------------------------
  40. System
  41. Assembly Version: 2.0.0.0
  42. Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
  43. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  44. ----------------------------------------
  45. System.Windows.Forms
  46. Assembly Version: 2.0.0.0
  47. Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
  48. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  49. ----------------------------------------
  50. System.Drawing
  51. Assembly Version: 2.0.0.0
  52. Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
  53. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  54. ----------------------------------------
  55. System.Runtime.Remoting
  56. Assembly Version: 2.0.0.0
  57. Win32 Version: 2.0.50727.5488 (Win7SP1GDR.050727-5400)
  58. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  59. ----------------------------------------
  60. System.Xml
  61. Assembly Version: 2.0.0.0
  62. Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
  63. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  64. ----------------------------------------
  65.  
  66. ************** JIT Debugging **************
  67. To enable just-in-time (JIT) debugging, the .config file for this
  68. application or computer (machine.config) must have the
  69. jitDebugging value set in the system.windows.forms section.
  70. The application must also be compiled with debugging
  71. enabled.
  72.  
  73. For example:
  74.  
  75. <configuration>
  76. <system.windows.forms jitDebugging="true" />
  77. </configuration>
  78.  
  79. When JIT debugging is enabled, any unhandled exception
  80. will be sent to the JIT debugger registered on the computer
  81. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement