Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. Szczegółowe informacje na temat wywoływania debugowania w trybie JIT (just in time)
  2. zamiast tego okna dialogowego znajdują się na końcu tego komunikatu.
  3.  
  4. ************** Tekst wyjątku **************
  5. System.ComponentModel.Win32Exception (0x80004005): Nie można odnaleźć określonego pliku
  6. w System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
  7. w System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
  8. w Launcher_v2.Form1.OlderionOGL_Click(Object sender, EventArgs e)
  9. w System.Windows.Forms.Control.OnClick(EventArgs e)
  10. w System.Windows.Forms.Button.OnClick(EventArgs e)
  11. w System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  12. w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  13. w System.Windows.Forms.Control.WndProc(Message& m)
  14. w System.Windows.Forms.ButtonBase.WndProc(Message& m)
  15. w System.Windows.Forms.Button.WndProc(Message& m)
  16. w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  17.  
  18.  
  19. ************** Zestawy załadowane **************
  20. mscorlib
  21. Wersja zestawu: 4.0.0.0
  22. Wersja Win32: 4.8.4180.0 built by: NET48REL1LAST_B
  23. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  24. ----------------------------------------
  25. Launcher v2
  26. Wersja zestawu: 1.0.0.0
  27. Wersja Win32: 1.0.0.0
  28. CodeBase: file:///C:/Users/PC/Desktop/Olderion%20Online/Olderion%20Launcher.exe
  29. ----------------------------------------
  30. System.Windows.Forms
  31. Wersja zestawu: 4.0.0.0
  32. Wersja Win32: 4.8.4150.0 built by: NET48REL1LAST_C
  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
  36. Wersja zestawu: 4.0.0.0
  37. Wersja Win32: 4.8.4001.0 built by: NET48REL1LAST_C
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Wersja zestawu: 4.0.0.0
  42. Wersja Win32: 4.8.3752.0 built by: NET48REL1
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System.Configuration
  46. Wersja zestawu: 4.0.0.0
  47. Wersja Win32: 4.8.4190.0 built by: NET48REL1LAST_B
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  49. ----------------------------------------
  50. System.Core
  51. Wersja zestawu: 4.0.0.0
  52. Wersja Win32: 4.8.4180.0 built by: NET48REL1LAST_B
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55. System.Xml
  56. Wersja zestawu: 4.0.0.0
  57. Wersja Win32: 4.8.3752.0 built by: NET48REL1
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  59. ----------------------------------------
  60. mscorlib.resources
  61. Wersja zestawu: 4.0.0.0
  62. Wersja Win32: 4.8.3752.0 built by: NET48REL1
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pl_b77a5c561934e089/mscorlib.resources.dll
  64. ----------------------------------------
  65. System.Xml.Linq
  66. Wersja zestawu: 4.0.0.0
  67. Wersja Win32: 4.8.3752.0 built by: NET48REL1
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
  69. ----------------------------------------
  70. Ionic.Zip
  71. Wersja zestawu: 1.7.2.26
  72. Wersja Win32: 1.7.2.26
  73. CodeBase: file:///C:/Users/PC/Desktop/Olderion%20Online/Ionic.Zip.DLL
  74. ----------------------------------------
  75. System.Windows.Forms.resources
  76. Wersja zestawu: 4.0.0.0
  77. Wersja Win32: 4.8.3752.0 built by: NET48REL1
  78. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pl_b77a5c561934e089/System.Windows.Forms.resources.dll
  79. ----------------------------------------
  80.  
  81. ************** Debugowanie w trybie JIT **************
  82. Aby włączyć debugowanie w trybie just in time (JIT), plik .config tej
  83. aplikacji lub komputera (machine.config) musi mieć
  84. wartość jitDebugging ustawioną w sekcji system.windows.forms.
  85. Aplikacja musi być również skompilowana z włączonym
  86. debugowaniem.
  87.  
  88. Na przykład:
  89.  
  90. <configuration>
  91. <system.windows.forms jitDebugging="true" />
  92. </configuration>
  93.  
  94. Gdy debugowanie JIT jest włączone, wszystkie nieobsługiwane wyjątki
  95. są wysyłane do debugera JIT zarejestrowanego na komputerze
  96. i nie są obsługiwane w tym oknie dialogowym.
  97.  
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement