Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.BadImageFormatException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.
  3. File name: 'System.Data.SQLite, Version=1.0.84.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139'
  4. at XBMCManager.Form1.button1_Click(Object sender, EventArgs e)
  5. at System.Windows.Forms.Control.OnClick(EventArgs e)
  6. at System.Windows.Forms.Button.OnClick(EventArgs e)
  7. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  8. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  9. at System.Windows.Forms.Control.WndProc(Message& m)
  10. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  11. at System.Windows.Forms.Button.WndProc(Message& m)
  12. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  14. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  15.  
  16. WRN: Assembly binding logging is turned OFF.
  17. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  18. Note: There is some performance penalty associated with assembly bind failure logging.
  19. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement