1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3. ************** Exception Text **************
  4. System.InvalidOperationException: ImageLocation must be set.
  5. at System.Windows.Forms.PictureBox.Load()
  6. at System.Windows.Forms.PictureBox.Load(String url)
  7. at Easy_Post_Creator.FIMDB.Button1_Click(Object sender, EventArgs e)
  8. at System.Windows.Forms.Control.OnClick(EventArgs e)
  9. at System.Windows.Forms.Button.OnClick(EventArgs e)
  10. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  11. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  12. at System.Windows.Forms.Control.WndProc(Message& m)
  13. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  14. at System.Windows.Forms.Button.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18. ************** Loaded Assemblies **************
  19. mscorlib
  20. Assembly Version: 4.0.0.0
  21. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  22. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  23. ----------------------------------------
  24. PosterMan
  25. Assembly Version: 1.0.0.2
  26. Win32 Version: 1.0.0.2
  27. CodeBase: file:///D:/Dropbox/New%20folder/PosterMan.exe
  28. ----------------------------------------
  29. Microsoft.VisualBasic
  30. Assembly Version: 10.0.0.0
  31. Win32 Version: 11.0.50709.17929 built by: FX45RTMREL
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Core
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.17929 built by: FX45RTMREL
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  43. ----------------------------------------
  44. System.Windows.Forms
  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.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System.Drawing
  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.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. System.Runtime.Remoting
  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.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  58. ----------------------------------------
  59. System.Configuration
  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.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  63. ----------------------------------------
  64. System.Xml
  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.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  68. ----------------------------------------
  69. IMDb
  70. Assembly Version: 1.0.0.0
  71. Win32 Version: 1.0.0.0
  72. CodeBase: file:///D:/Dropbox/New%20folder/IMDb.DLL
  73. ----------------------------------------
  74. ************** JIT Debugging **************
  75. To enable just-in-time (JIT) debugging, the .config file for this
  76. application or computer (machine.config) must have the
  77. jitDebugging value set in the system.windows.forms section.
  78. The application must also be compiled with debugging
  79. enabled.
  80. For example:
  81. <configuration>
  82. <system.windows.forms jitDebugging="true" />
  83. </configuration>
  84. When JIT debugging is enabled, any unhandled exception
  85. will be sent to the JIT debugger registered on the computer
  86. rather than be handled by this dialog box.