Advertisement
FractalFusion

prueba

Jun 8th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 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.FileNotFoundException: Could not load file or assembly 'LiveStream, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'LiveStream, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
  7. at StreamWatcher.frmStream..ctor(String Username)
  8. at StreamWatcher.frmPrincipal.godsGardenToolStripMenuItem_Click(Object sender, EventArgs e)
  9. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  10. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  11. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  12. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  13. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  14. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  15. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  16. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  19. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  20. at System.Windows.Forms.MenuStrip.WndProc(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  23. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.  
  25. WRN: Assembly binding logging is turned OFF.
  26. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  27. Note: There is some performance penalty associated with assembly bind failure logging.
  28. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  29.  
  30.  
  31.  
  32. ************** Loaded Assemblies **************
  33. mscorlib
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)
  36. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  37. ----------------------------------------
  38. StreamWatcher
  39. Assembly Version: 1.0.0.0
  40. Win32 Version: 1.0.0.0
  41. CodeBase: file:///C:/Users/Justin/Desktop/StreamWatcher.exe
  42. ----------------------------------------
  43. System.Windows.Forms
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.269 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.276 built by: RTMGDR
  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.269 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.  
  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