Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
98
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.NullReferenceException: Odwołanie do obiektu nie zostało ustawione na wystąpienie obiektu.
  6. w WindowsApplication1.FormSkin.OnCreateControl()
  7. w System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  8. w System.Windows.Forms.Control.CreateControl()
  9. w System.Windows.Forms.Control.WmShowWindow(Message& m)
  10. w System.Windows.Forms.Control.WndProc(Message& m)
  11. w System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  12. w System.Windows.Forms.ContainerControl.WndProc(Message& m)
  13. w System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  14. w System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  15. w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  16.  
  17.  
  18. ************** Zestawy załadowane **************
  19. mscorlib
  20. Wersja zestawu: 4.0.0.0
  21. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  22. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  23. ----------------------------------------
  24. PANEL LOGIN
  25. Wersja zestawu: 1.0.0.0
  26. Wersja Win32: 1.0.0.0
  27. CodeBase: file:///C:/Users/U%C5%BCytkownik/Desktop/PANEL%20LOGIN.exe
  28. ----------------------------------------
  29. Microsoft.VisualBasic
  30. Wersja zestawu: 10.0.0.0
  31. Wersja Win32: 14.7.2053.0 built by: NET47REL1
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  33. ----------------------------------------
  34. System
  35. Wersja zestawu: 4.0.0.0
  36. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Core
  40. Wersja zestawu: 4.0.0.0
  41. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  43. ----------------------------------------
  44. System.Windows.Forms
  45. Wersja zestawu: 4.0.0.0
  46. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  47. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System.Drawing
  50. Wersja zestawu: 4.0.0.0
  51. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  52. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. System.Configuration
  55. Wersja zestawu: 4.0.0.0
  56. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  57. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  58. ----------------------------------------
  59. System.Xml
  60. Wersja zestawu: 4.0.0.0
  61. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  62. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  63. ----------------------------------------
  64. System.Runtime.Remoting
  65. Wersja zestawu: 4.0.0.0
  66. Wersja Win32: 4.7.2053.0 built by: NET47REL1
  67. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  68. ----------------------------------------
  69. mscorlib.resources
  70. Wersja zestawu: 4.0.0.0
  71. Wersja Win32: 4.6.1590.0 built by: NETFXREL2
  72. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pl_b77a5c561934e089/mscorlib.resources.dll
  73. ----------------------------------------
  74. System.Windows.Forms.resources
  75. Wersja zestawu: 4.0.0.0
  76. Wersja Win32: 4.6.1590.0 built by: NETFXREL2
  77. 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
  78. ----------------------------------------
  79.  
  80. ************** Debugowanie w trybie JIT **************
  81. Aby włączyć debugowanie w trybie just in time (JIT), plik .config tej
  82. aplikacji lub komputera (machine.config) musi mieć
  83. wartość jitDebugging ustawioną w sekcji system.windows.forms.
  84. Aplikacja musi być również skompilowana z włączonym
  85. debugowaniem.
  86.  
  87. Na przykład:
  88.  
  89. <configuration>
  90. <system.windows.forms jitDebugging="true" />
  91. </configuration>
  92.  
  93. Gdy debugowanie JIT jest włączone, wszystkie nieobsługiwane wyjątki
  94. są wysyłane do debugera JIT zarejestrowanego na komputerze
  95. i nie są obsługiwane w tym oknie dialogowym.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement