Advertisement
Guest User

Oblytile Error 1

a guest
Oct 2nd, 2012
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 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.ArgumentNullException: Value cannot be null.
  6. Parameter name: name
  7. at Microsoft.Win32.RegistryKey.ValidateKeyName(String name)
  8. at Microsoft.Win32.RegistryKey.CreateSubKeyInternal(String subkey, RegistryKeyPermissionCheck permissionCheck, Object registrySecurityObj, RegistryOptions registryOptions)
  9. at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck)
  10. at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
  11. at OblyTile.MainForm.MainFormLoad(Object sender, EventArgs e)
  12. at System.EventHandler.Invoke(Object sender, EventArgs e)
  13. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  14. at System.Windows.Forms.Form.OnCreateControl()
  15. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  16. at System.Windows.Forms.Control.CreateControl()
  17. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Control.WndProc(Message& m)
  19. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  20. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  21. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  22. at System.Windows.Forms.Form.WndProc(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  24. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  25. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  26.  
  27.  
  28. ************** Loaded Assemblies **************
  29. mscorlib
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  32. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  33. ----------------------------------------
  34. OblyTile
  35. Assembly Version: 1.0.4653.21207
  36. Win32 Version: 0.0.7.0
  37. CodeBase: file:///C:/Dropbox/Shared%20Programs/Windows%208/Tiles/OblyTile%20v0.7.exe
  38. ----------------------------------------
  39. Microsoft.VisualBasic
  40. Assembly Version: 10.0.0.0
  41. Win32 Version: 11.0.50709.17929 built by: FX45RTMREL
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  43. ----------------------------------------
  44. System
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  47. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  48. ----------------------------------------
  49. System.Core
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  52. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  53. ----------------------------------------
  54. System.Windows.Forms
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  57. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  58. ----------------------------------------
  59. System.Drawing
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  62. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  63. ----------------------------------------
  64. System.Runtime.Remoting
  65. Assembly Version: 4.0.0.0
  66. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  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.  
  70. ************** JIT Debugging **************
  71. To enable just-in-time (JIT) debugging, the .config file for this
  72. application or computer (machine.config) must have the
  73. jitDebugging value set in the system.windows.forms section.
  74. The application must also be compiled with debugging
  75. enabled.
  76.  
  77. For example:
  78.  
  79. <configuration>
  80. <system.windows.forms jitDebugging="true" />
  81. </configuration>
  82.  
  83. When JIT debugging is enabled, any unhandled exception
  84. will be sent to the JIT debugger registered on the computer
  85. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement