Guest User

StorURL

a guest
Jul 16th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 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.NullReferenceException: Object reference not set to an instance of an object.
  6. at StorURL.StorURLForm.RecursiveFirefoxJsonImport(JToken parent_obj, TreeNode parent_category)
  7. at StorURL.StorURLForm.RecursiveFirefoxJsonImport(JToken parent_obj, TreeNode parent_category)
  8. at StorURL.StorURLForm.RecursiveFirefoxJsonImport(JToken parent_obj, TreeNode parent_category)
  9. at StorURL.StorURLForm.importFFJSONWorker_DoWork(Object sender, DoWorkEventArgs e)
  10. at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
  11. at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)
  12.  
  13.  
  14. ************** Loaded Assemblies **************
  15. mscorlib
  16. Assembly Version: 2.0.0.0
  17. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  18. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  19. ----------------------------------------
  20. StorURL
  21. Assembly Version: 3.0.15.0
  22. Win32 Version: 3.0.15.0
  23. CodeBase: file:///C:/Program%20Files/StorURL%203.0/StorURL.exe
  24. ----------------------------------------
  25. System.Windows.Forms
  26. Assembly Version: 2.0.0.0
  27. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  28. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  29. ----------------------------------------
  30. System
  31. Assembly Version: 2.0.0.0
  32. Win32 Version: 2.0.50727.8759 (QFE.050727-8700)
  33. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  34. ----------------------------------------
  35. System.Drawing
  36. Assembly Version: 2.0.0.0
  37. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  38. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  39. ----------------------------------------
  40. System.Core
  41. Assembly Version: 3.5.0.0
  42. Win32 Version: 3.5.30729.8763 built by: WinRel
  43. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  44. ----------------------------------------
  45. System.Xml
  46. Assembly Version: 2.0.0.0
  47. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  48. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  49. ----------------------------------------
  50. System.Configuration
  51. Assembly Version: 2.0.0.0
  52. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  53. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  54. ----------------------------------------
  55. b1zkbxkg
  56. Assembly Version: 3.0.15.0
  57. Win32 Version: 2.0.50727.8759 (QFE.050727-8700)
  58. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  59. ----------------------------------------
  60. xavbxsrj
  61. Assembly Version: 3.0.15.0
  62. Win32 Version: 2.0.50727.8759 (QFE.050727-8700)
  63. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  64. ----------------------------------------
  65. System.Data.SQLite
  66. Assembly Version: 1.0.104.0
  67. Win32 Version: 1.0.104.0
  68. CodeBase: file:///C:/Program%20Files/StorURL%203.0/System.Data.SQLite.DLL
  69. ----------------------------------------
  70. System.Data
  71. Assembly Version: 2.0.0.0
  72. Win32 Version: 2.0.50727.8751 (QFE.050727-8700)
  73. CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
  74. ----------------------------------------
  75. System.Transactions
  76. Assembly Version: 2.0.0.0
  77. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  78. CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
  79. ----------------------------------------
  80. System.EnterpriseServices
  81. Assembly Version: 2.0.0.0
  82. Win32 Version: 2.0.50727.8745 (WinRel.050727-8700)
  83. CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
  84. ----------------------------------------
  85. Newtonsoft.Json
  86. Assembly Version: 9.0.0.0
  87. Win32 Version: 9.0.1.19813
  88. CodeBase: file:///C:/Program%20Files/StorURL%203.0/Newtonsoft.Json.DLL
  89. ----------------------------------------
  90.  
  91. ************** JIT Debugging **************
  92. To enable just-in-time (JIT) debugging, the .config file for this
  93. application or computer (machine.config) must have the
  94. jitDebugging value set in the system.windows.forms section.
  95. The application must also be compiled with debugging
  96. enabled.
  97.  
  98. For example:
  99.  
  100. <configuration>
  101. <system.windows.forms jitDebugging="true" />
  102. </configuration>
  103.  
  104. When JIT debugging is enabled, any unhandled exception
  105. will be sent to the JIT debugger registered on the computer
  106. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment