Guest User

Error Details

a guest
Oct 31st, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 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.BadImageFormatException: Es wurde versucht, eine Datei mit einem falschen Format zu laden. (Exception from HRESULT: 0x8007000B)
  6. at exit(Int32 )
  7. at AssassinsCreedHack.Form1.Form1_Load(Object sender, EventArgs e)
  8. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  9. at System.Windows.Forms.Form.OnCreateControl()
  10. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  11. at System.Windows.Forms.Control.CreateControl()
  12. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  13. at System.Windows.Forms.Control.WndProc(Message& m)
  14. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  15. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  16. at System.Windows.Forms.Form.WndProc(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 4.0.0.0
  25. Win32 Version: 4.0.30319.239 (RTMGDR.030319-2300)
  26. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  27. ----------------------------------------
  28. Assassin's Creed Hack
  29. Assembly Version: 1.0.4320.21989
  30. Win32 Version:
  31. CodeBase: file:///C:/Users/Simon/Desktop/Assassin's%20Creed%20Hack.exe
  32. ----------------------------------------
  33. System.Windows.Forms
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.0.30319.235 built by: RTMGDR
  36. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  37. ----------------------------------------
  38. System.Drawing
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.0.30319.1 built by: RTMRel
  41. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.236 built by: RTMGDR
  46. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48.  
  49. ************** JIT Debugging **************
  50. To enable just-in-time (JIT) debugging, the .config file for this
  51. application or computer (machine.config) must have the
  52. jitDebugging value set in the system.windows.forms section.
  53. The application must also be compiled with debugging
  54. enabled.
  55.  
  56. For example:
  57.  
  58. <configuration>
  59. <system.windows.forms jitDebugging="true" />
  60. </configuration>
  61.  
  62. When JIT debugging is enabled, any unhandled exception
  63. will be sent to the JIT debugger registered on the computer
  64. rather than be handled by this dialog box.
  65.  
  66.  
  67.  
  68.  
Advertisement
Add Comment
Please, Sign In to add comment