Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. 24/06/2019 11:00:44 - System.IO.FileLoadException: Could not load file or assembly 'Microsoft.VisualStudio.Threading, Version=15.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
  2. File name: 'Microsoft.VisualStudio.Threading, Version=15.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
  3. at VSIXInstaller.SupportedVSSKU.get_Host()
  4. at VSIXInstaller.SupportedVSSKU.CreateExtensionEngine()
  5. at System.Lazy`1.CreateValue()
  6. at System.Lazy`1.LazyInitValue()
  7. at System.Lazy`1.get_Value()
  8. at VSIXInstaller.App.GetExtensionEngineForApplicableSKU(SupportedVSSKU supportedSKU, IInstallableExtension installableExtension, List`1 applicableSKUs, Boolean isRepairSupported)
  9. at VSIXInstaller.App.TryAddSkuToValidSkuList(SupportedVSSKU supportedSKU, IInstallableExtension extension, List`1 validSKUs, Boolean isRepairSupported)
  10.  
  11. WRN: Assembly binding logging is turned OFF.
  12. To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
  13. Note: There is some performance penalty associated with assembly bind failure logging.
  14. To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].
  15.  
  16. 24/06/2019 11:00:44 - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
  17. at VSIXInstaller.App.GetInstallableData(String vsixPath, Boolean isRepairSupported, IEnumerable`1& skuData)
  18. at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
  19. at VSIXInstaller.App.Initialize()
  20. at System.Threading.Tasks.Task`1.InnerInvoke()
  21. at System.Threading.Tasks.Task.Execute()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement