kamijoutouma

eh

Nov 7th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.91 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.FileNotFoundException: Could not load file or assembly 'RT, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'RT, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
  7. at AreaServerChecker.MainForm.buttonOK_Click(Object sender, EventArgs e)
  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. WRN: Assembly binding logging is turned OFF.
  20. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  21. Note: There is some performance penalty associated with assembly bind failure logging.
  22. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  23.  
  24.  
  25.  
  26. ************** Loaded Assemblies **************
  27. mscorlib
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.6.127.1 built by: NETFXREL3STAGE
  30. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  31. ----------------------------------------
  32. AreaServerChecker
  33. Assembly Version: 1.1.5.0
  34. Win32 Version: 1.1.5.0
  35. CodeBase: file:///C:/Users/Kamijou/Documents/lobby%20checker/AreaServerChecker.exe
  36. ----------------------------------------
  37. PresentationCore
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.6.127.1 built by: NETFXREL3STAGE
  40. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll
  41. ----------------------------------------
  42. WindowsBase
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.6.127.1 built by: NETFXREL3STAGE
  45. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
  46. ----------------------------------------
  47. System
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.6.79.0 built by: NETFXREL2
  50. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  51. ----------------------------------------
  52. System.Windows.Forms
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.6.79.0 built by: NETFXREL2
  55. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  56. ----------------------------------------
  57. System.Drawing
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.6.93.0 built by: NETFXREL2STAGE
  60. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  61. ----------------------------------------
  62. System.Xml
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.6.79.0 built by: NETFXREL2
  65. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  66. ----------------------------------------
  67. System.Configuration
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.6.79.0 built by: NETFXREL2
  70. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  71. ----------------------------------------
  72. System.Core
  73. Assembly Version: 4.0.0.0
  74. Win32 Version: 4.6.79.0 built by: NETFXREL2
  75. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  76. ----------------------------------------
  77. System.Web
  78. Assembly Version: 4.0.0.0
  79. Win32 Version: 4.6.106.0 built by: NETFXREL2STAGE
  80. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
  81. ----------------------------------------
  82.  
  83. ************** JIT Debugging **************
  84. To enable just-in-time (JIT) debugging, the .config file for this
  85. application or computer (machine.config) must have the
  86. jitDebugging value set in the system.windows.forms section.
  87. The application must also be compiled with debugging
  88. enabled.
  89.  
  90. For example:
  91.  
  92. <configuration>
  93. <system.windows.forms jitDebugging="true" />
  94. </configuration>
  95.  
  96. When JIT debugging is enabled, any unhandled exception
  97. will be sent to the JIT debugger registered on the computer
  98. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment