palkia

Untitled

May 16th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 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): Nie można odnaleźć określonego pliku
  6. at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
  7. at System.Diagnostics.Process.Start()
  8. at VPN_Client.Main.<buttonConnect_Click>d__6.MoveNext()
  9. --- End of stack trace from previous location where exception was thrown ---
  10. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<ThrowAsync>b__4(Object state)
  11.  
  12.  
  13. ************** Loaded Assemblies **************
  14. mscorlib
  15. Assembly Version: 4.0.0.0
  16. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  17. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  18. ----------------------------------------
  19. VPN Client
  20. Assembly Version: 1.0.0.0
  21. Win32 Version: 1.0.0.0
  22. CodeBase: file:///C:/Users/mrpalkia/Desktop/VPN%20Client.exe
  23. ----------------------------------------
  24. System.Windows.Forms
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.0.30319.34251 built by: FX452RTMGDR
  27. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  28. ----------------------------------------
  29. System.Drawing
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Configuration
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  43. ----------------------------------------
  44. System.Xml
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
  47. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  48. ----------------------------------------
  49.  
  50. ************** JIT Debugging **************
  51. To enable just-in-time (JIT) debugging, the .config file for this
  52. application or computer (machine.config) must have the
  53. jitDebugging value set in the system.windows.forms section.
  54. The application must also be compiled with debugging
  55. enabled.
  56.  
  57. For example:
  58.  
  59. <configuration>
  60. <system.windows.forms jitDebugging="true" />
  61. </configuration>
  62.  
  63. When JIT debugging is enabled, any unhandled exception
  64. will be sent to the JIT debugger registered on the computer
  65. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment