Share Pastebin
Guest
Public paste!

cPt95

By: a guest | Feb 9th, 2010 | Syntax: None | Size: 4.56 KB | Hits: 16 | Expires: Never
Copy text to clipboard
  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 'WAPI.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'WAPI.Shell, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
  7.    at Dagens_Lunch.Form1.Form1_Load(Object sender, EventArgs e)
  8.    at System.EventHandler.Invoke(Object sender, EventArgs e)
  9.    at System.Windows.Forms.Form.OnLoad(EventArgs e)
  10.    at System.Windows.Forms.Form.OnCreateControl()
  11.    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  12.    at System.Windows.Forms.Control.CreateControl()
  13.    at System.Windows.Forms.Control.WmShowWindow(Message& m)
  14.    at System.Windows.Forms.Control.WndProc(Message& m)
  15.    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  16.    at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  17.    at System.Windows.Forms.Form.WmShowWindow(Message& m)
  18.    at System.Windows.Forms.Form.WndProc(Message& m)
  19.    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20.    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23. WRN: Assembly binding logging is turned OFF.
  24. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  25. Note: There is some performance penalty associated with assembly bind failure logging.
  26. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  27.  
  28.  
  29.  
  30. ************** Loaded Assemblies **************
  31. mscorlib
  32.     Assembly Version: 2.0.0.0
  33.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  34.     CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  35. ----------------------------------------
  36. Dagens Lunch
  37.     Assembly Version: 1.0.0.0
  38.     Win32 Version: 0.8.1.0
  39.     CodeBase: file:///C:/Users/john/Downloads/Dagens%20Lunch.exe
  40. ----------------------------------------
  41. System
  42.     Assembly Version: 2.0.0.0
  43.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  44.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. Microsoft.VisualBasic
  47.     Assembly Version: 8.0.0.0
  48.     Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
  49.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  50. ----------------------------------------
  51. System.Windows.Forms
  52.     Assembly Version: 2.0.0.0
  53.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  54.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  55. ----------------------------------------
  56. System.Drawing
  57.     Assembly Version: 2.0.0.0
  58.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  59.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  60. ----------------------------------------
  61. System.Runtime.Remoting
  62.     Assembly Version: 2.0.0.0
  63.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  64.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  65. ----------------------------------------
  66. System.Configuration
  67.     Assembly Version: 2.0.0.0
  68.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  69.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  70. ----------------------------------------
  71. System.Xml
  72.     Assembly Version: 2.0.0.0
  73.     Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  74.     CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  75. ----------------------------------------
  76.  
  77. ************** JIT Debugging **************
  78. To enable just-in-time (JIT) debugging, the .config file for this
  79. application or computer (machine.config) must have the
  80. jitDebugging value set in the system.windows.forms section.
  81. The application must also be compiled with debugging
  82. enabled.
  83.  
  84. For example:
  85.  
  86. <configuration>
  87.     <system.windows.forms jitDebugging="true" />
  88. </configuration>
  89.  
  90. When JIT debugging is enabled, any unhandled exception
  91. will be sent to the JIT debugger registered on the computer
  92. rather than be handled by this dialog box.