Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 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.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
  6. at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  7. at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  8. at StrefaRP.Form1.timer1_Tick(Object sender, EventArgs e)
  9. at System.Windows.Forms.Timer.OnTick(EventArgs e)
  10. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  11. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  12.  
  13.  
  14. ************** Loaded Assemblies **************
  15. mscorlib
  16. Assembly Version: 4.0.0.0
  17. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  18. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  19. ----------------------------------------
  20. StrefaRPK
  21. Assembly Version: 0.3.0.0
  22. Win32 Version: 0.3.0.0
  23. CodeBase: file:///D:/gta/REFRESH/StrefaRPK%20(2).exe
  24. ----------------------------------------
  25. System.Windows.Forms
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  28. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  29. ----------------------------------------
  30. System
  31. Assembly Version: 4.0.0.0
  32. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  33. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  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.Configuration
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  44. ----------------------------------------
  45. System.Core
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  49. ----------------------------------------
  50. System.Xml
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  54. ----------------------------------------
  55. Microsoft.CSharp
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.6.1055.0
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
  59. ----------------------------------------
  60. System.Runtime.Serialization
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
  64. ----------------------------------------
  65. System.Numerics
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  69. ----------------------------------------
  70. System.Dynamic
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.6.1055.0
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
  74. ----------------------------------------
  75. Anonymously Hosted DynamicMethods Assembly
  76. Assembly Version: 0.0.0.0
  77. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  78. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.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.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement