Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.47 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 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
  6. File name: 'Microsoft.VisualBasic.PowerPacks.Vs, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  7. at CourseRegistrationTool.MainForm.InitializeComponent()
  8. at CourseRegistrationTool.MainForm..ctor()
  9. at CourseRegistrationTool.AuthorizationForm.AuthComplete()
  10. at CourseRegistrationTool.Controllers.AuthFormController.<FetchUserData>d__7.MoveNext()
  11. --- End of stack trace from previous location where exception was thrown ---
  12. at System.Runtime.CompilerServices.AsyncMethodBuilderCore.<>c.<ThrowAsync>b__6_0(Object state)
  13.  
  14. WRN: Assembly binding logging is turned OFF.
  15. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
  16. Note: There is some performance penalty associated with assembly bind failure logging.
  17. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
  18.  
  19.  
  20.  
  21. ************** Loaded Assemblies **************
  22. mscorlib
  23. Assembly Version: 4.0.0.0
  24. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  25. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  26. ----------------------------------------
  27. CourseRegistrationTool
  28. Assembly Version: 1.0.0.0
  29. Win32 Version: 1.0.0.0
  30. CodeBase: file:///C:/Users/Sadat%20Jubayer/Desktop/Google%20Drive/CourseRegistrationTool/CourseRegistrationTool.exe
  31. ----------------------------------------
  32. System.Windows.Forms
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Drawing
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  46. ----------------------------------------
  47. System.Configuration
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  51. ----------------------------------------
  52. System.Core
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  56. ----------------------------------------
  57. System.Xml
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  60. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  61. ----------------------------------------
  62. System.Net.Http
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.7.3190.0 built by: NET472REL1LAST_C
  65. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll
  66. ----------------------------------------
  67. HtmlAgilityPack
  68. Assembly Version: 1.4.9.5
  69. Win32 Version: 1.4.9.5
  70. CodeBase: file:///C:/Users/Sadat%20Jubayer/Desktop/Google%20Drive/CourseRegistrationTool/HtmlAgilityPack.DLL
  71. ----------------------------------------
  72.  
  73. ************** JIT Debugging **************
  74. To enable just-in-time (JIT) debugging, the .config file for this
  75. application or computer (machine.config) must have the
  76. jitDebugging value set in the system.windows.forms section.
  77. The application must also be compiled with debugging
  78. enabled.
  79.  
  80. For example:
  81.  
  82. <configuration>
  83. <system.windows.forms jitDebugging="true" />
  84. </configuration>
  85.  
  86. When JIT debugging is enabled, any unhandled exception
  87. will be sent to the JIT debugger registered on the computer
  88. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement