Advertisement
Guest User

error

a guest
Jan 17th, 2014
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 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: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
  6. at CreateSensorInstance(ME_SENSOR )
  7. at SADP.OknoGlowne.btnPolacz_Click(Object sender, EventArgs e) in c:\users\hudy\documents\visual studio 2008\projects\sadp\sadp\oknoglowne.h:line 362
  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.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 2.0.0.0
  23. Win32 Version: 2.0.50727.5472 (Win7SP1GDR.050727-5400)
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  25. ----------------------------------------
  26. SADP
  27. Assembly Version: 1.0.5130.34641
  28. Win32 Version:
  29. CodeBase: file:///C:/Users/Hudy/Documents/Visual%20Studio%202008/Projects/SADP/Release/SADP.exe
  30. ----------------------------------------
  31. msvcm90
  32. Assembly Version: 9.0.30729.6161
  33. Win32 Version: 9.00.30729.6161
  34. CodeBase: file:///C:/Windows/WinSxS/x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57/msvcm90.dll
  35. ----------------------------------------
  36. System.Windows.Forms
  37. Assembly Version: 2.0.0.0
  38. Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
  39. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  44. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. System.Drawing
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
  49. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  50. ----------------------------------------
  51.  
  52. ************** JIT Debugging **************
  53. To enable just-in-time (JIT) debugging, the .config file for this
  54. application or computer (machine.config) must have the
  55. jitDebugging value set in the system.windows.forms section.
  56. The application must also be compiled with debugging
  57. enabled.
  58.  
  59. For example:
  60.  
  61. <configuration>
  62. <system.windows.forms jitDebugging="true" />
  63. </configuration>
  64.  
  65. When JIT debugging is enabled, any unhandled exception
  66. will be sent to the JIT debugger registered on the computer
  67. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement