Guest User

Untitled

a guest
Apr 12th, 2016
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1.  
  2. See the end of this message for details on invoking
  3. just-in-time (JIT) debugging instead of this dialog box.
  4.  
  5. ************** Exception Text **************
  6. System.NullReferenceException: Object reference not set to an instance of an object.
  7. at manager.yattaMM.RegistryHelpers.GetRegistryValue(String keyPath, String keyName)
  8. at manager.yattaMM.Manager1_Load(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.Form.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Form.WndProc(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  20. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21.  
  22.  
  23. ************** Loaded Assemblies **************
  24. mscorlib
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.6.1073.0 built by: NETFXREL3STAGE
  27. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  28. ----------------------------------------
  29. yattaMM
  30. Assembly Version: 1.0.0.0
  31. Win32 Version: 1.0.0.0
  32. CodeBase: file:///C:/Users/valentine/Desktop/SF5_Modding/yattaMMa4/yattaMM.exe
  33. ----------------------------------------
  34. System.Windows.Forms
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.6.1038.0 built by: NETFXREL2
  37. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  38. ----------------------------------------
  39. System
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.6.1038.0 built by: NETFXREL2
  42. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  43. ----------------------------------------
  44. System.Drawing
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.6.1068.2 built by: NETFXREL3STAGE
  47. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  48. ----------------------------------------
  49. System.Configuration
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.6.1038.0 built by: NETFXREL2
  52. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  53. ----------------------------------------
  54. System.Core
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.6.1038.0 built by: NETFXREL2
  57. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  58. ----------------------------------------
  59. System.Xml
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.6.1064.2 built by: NETFXREL3STAGE
  62. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  63. ----------------------------------------
  64.  
  65. ************** JIT Debugging **************
  66. To enable just-in-time (JIT) debugging, the .config file for this
  67. application or computer (machine.config) must have the
  68. jitDebugging value set in the system.windows.forms section.
  69. The application must also be compiled with debugging
  70. enabled.
  71.  
  72. For example:
  73.  
  74. <configuration>
  75. <system.windows.forms jitDebugging="true" />
  76. </configuration>
  77.  
  78. When JIT debugging is enabled, any unhandled exception
  79. will be sent to the JIT debugger registered on the computer
  80. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment