Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 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.FileLoadException: Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
  6. at UGP.DevicePoller.BuildDeviceList()
  7. at UGP.DevicePoller..ctor(Int32 padStep, Boolean paused)
  8. at UGP.FormBLauncher.ProLauncher_Load(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.Form.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Form.WndProc(Message& m)
  18. at UGP.FormBLauncher.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.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.7.3130.0 built by: NET472REL1LAST_B
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. THUGProLauncher
  31. Assembly Version: 1.9.0.0
  32. Win32 Version: 1.0.0.0
  33. CodeBase: file:///C:/Users/Tim/AppData/Local/THUG%20Pro/THUGProLauncher.exe
  34. ----------------------------------------
  35. System
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.7.2634.0 built by: NET471REL1LAST_C
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. System.Windows.Forms
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.7.2110.0 built by: NET47REL1LAST
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  44. ----------------------------------------
  45. System.Drawing
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.7.2053.0 built by: NET47REL1
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  49. ----------------------------------------
  50. UIAutomationClient
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.7.2670.0 built by: NET471REL1LAST_C
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationClient/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationClient.dll
  54. ----------------------------------------
  55. UIAutomationTypes
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.7.2670.0 built by: NET471REL1LAST_C
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll
  59. ----------------------------------------
  60. System.Configuration
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.7.2053.0 built by: NET47REL1
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  64. ----------------------------------------
  65. System.Core
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.7.2670.0 built by: NET471REL1LAST_C
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  69. ----------------------------------------
  70. System.Xml
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.7.2612.0 built by: NET471REL1LAST_B
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  74. ----------------------------------------
  75.  
  76. ************** JIT Debugging **************
  77. To enable just-in-time (JIT) debugging, the .config file for this
  78. application or computer (machine.config) must have the
  79. jitDebugging value set in the system.windows.forms section.
  80. The application must also be compiled with debugging
  81. enabled.
  82.  
  83. For example:
  84.  
  85. <configuration>
  86. <system.windows.forms jitDebugging="true" />
  87. </configuration>
  88.  
  89. When JIT debugging is enabled, any unhandled exception
  90. will be sent to the JIT debugger registered on the computer
  91. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement