Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 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.IO.IOException: The specified registry key does not exist.
  6. at Microsoft.Win32.RegistryKey.Win32Error(Int32 errorCode, String str)
  7. at Microsoft.Win32.RegistryKey.GetValueKind(String name)
  8. at myroc.Form1.updateServerlist()
  9. at myroc.Form1.Form1_Shown(Object sender, EventArgs e)
  10. at System.Windows.Forms.Form.OnShown(EventArgs e)
  11. at System.Windows.Forms.Form.CallShownEvent()
  12. at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  13. at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  14. at System.Threading.ExecutionContext.runTryCode(Object userData)
  15. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  16. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  17. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  18. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  19. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 2.0.0.0
  25. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  26. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  27. ----------------------------------------
  28. myroc
  29. Assembly Version: 1.0.0.0
  30. Win32 Version: 1.0.0.0
  31. CodeBase: file:///C:/Program%20Files/w3arena/myroc.exe
  32. ----------------------------------------
  33. System.Windows.Forms
  34. Assembly Version: 2.0.0.0
  35. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  36. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  37. ----------------------------------------
  38. System
  39. Assembly Version: 2.0.0.0
  40. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  41. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. System.Drawing
  44. Assembly Version: 2.0.0.0
  45. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  46. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  47. ----------------------------------------
  48. System.Xml
  49. Assembly Version: 2.0.0.0
  50. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  51. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  52. ----------------------------------------
  53. System.Configuration
  54. Assembly Version: 2.0.0.0
  55. Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
  56. CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  57. ----------------------------------------
  58.  
  59. ************** JIT Debugging **************
  60. To enable just-in-time (JIT) debugging, the .config file for this
  61. application or computer (machine.config) must have the
  62. jitDebugging value set in the system.windows.forms section.
  63. The application must also be compiled with debugging
  64. enabled.
  65.  
  66. For example:
  67.  
  68. <configuration>
  69. <system.windows.forms jitDebugging="true" />
  70. </configuration>
  71.  
  72. When JIT debugging is enabled, any unhandled exception
  73. will be sent to the JIT debugger registered on the computer
  74. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement