Advertisement
Guest User

Untitled

a guest
Aug 15th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 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.InvalidOperationException: Column cannot be added because it is frozen and placed after an unfrozen column.
  6. at System.Windows.Forms.DataGridView.CorrectColumnFrozenState(DataGridViewColumn dataGridViewColumn, Int32 anticipatedColumnIndex)
  7. at System.Windows.Forms.DataGridView.OnAddingColumn(DataGridViewColumn dataGridViewColumn)
  8. at System.Windows.Forms.DataGridViewColumnCollection.Add(DataGridViewColumn dataGridViewColumn)
  9. at System.Windows.Forms.DataGridView.AutoGenerateDataBoundColumns(DataGridViewColumn[] boundColumns)
  10. at System.Windows.Forms.DataGridView.RefreshColumns()
  11. at System.Windows.Forms.DataGridView.RefreshColumnsAndRows()
  12. at System.Windows.Forms.DataGridView.OnDataSourceChanged(EventArgs e)
  13. at System.Windows.Forms.DataGridView.set_DataSource(Object value)
  14. at DanbooruDownloader3.FormMain.addSelectedRowsToolStripMenuItem_Click(Object sender, EventArgs e)
  15. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  16. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  17. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  18. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  19. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  20. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  21. at System.Windows.Forms.Control.WndProc(Message& m)
  22. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  23. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  24. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29. Assembly Version: 4.0.0.0
  30. Win32 Version: 4.0.30319.239 (RTMGDR.030319-2300)
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  32. ----------------------------------------
  33. DanbooruDownloader3
  34. Assembly Version: 3.2012.8.15
  35. Win32 Version: 3.2012.08.15
  36. CodeBase: file:///H:/nandaka.wordpress.com/DanbooruDownloader20120815/DanbooruDownloader3.exe
  37. ----------------------------------------
  38. log4net
  39. Assembly Version: 1.2.11.0
  40. Win32 Version: 1.2.11.0
  41. CodeBase: file:///H:/nandaka.wordpress.com/DanbooruDownloader20120815/log4net.DLL
  42. ----------------------------------------
  43. System.Windows.Forms
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.235 built by: RTMGDR
  46. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  47. ----------------------------------------
  48. System.Drawing
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.0.30319.1 built by: RTMRel
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. System
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.0.30319.258 built by: RTMGDR
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  61. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.0.30319.1 built by: RTMRel
  66. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68. System.Core
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.0.30319.1 built by: RTMRel
  71. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  72. ----------------------------------------
  73. Accessibility
  74. Assembly Version: 4.0.0.0
  75. Win32 Version: 4.0.30319.1 built by: RTMRel
  76. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  77. ----------------------------------------
  78. wzhat20y
  79. Assembly Version: 3.2012.8.15
  80. Win32 Version: 4.0.30319.258 built by: RTMGDR
  81. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  82. ----------------------------------------
  83.  
  84. ************** JIT Debugging **************
  85. To enable just-in-time (JIT) debugging, the .config file for this
  86. application or computer (machine.config) must have the
  87. jitDebugging value set in the system.windows.forms section.
  88. The application must also be compiled with debugging
  89. enabled.
  90.  
  91. For example:
  92.  
  93. <configuration>
  94. <system.windows.forms jitDebugging="true" />
  95. </configuration>
  96.  
  97. When JIT debugging is enabled, any unhandled exception
  98. will be sent to the JIT debugger registered on the computer
  99. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement