swdc-visualstudio
swdc-visualstudio copied to clipboard
Microsoft.VisualStudio.Shell.15.0 missin in VS 2019 with 2.6.8
When I try to start Visual Studio with plugin version 2.6.8 it's not able to find the Microsoft.VisualStudio.Shell.15.0 package.
<entry> <record>642</record> <time>2021/11/15 12:27:07.630</time> <type>Error</type> <source>VisualStudio</source> <description>CreateInstance failed for package [CodeTimePackage]Source: 'mscorlib' Description: Could not load file or assembly 'Microsoft.VisualStudio.Shell.15.0, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.Shell.15.0, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.VisualStudio.Shell.15.0, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
 at System.Reflection.RuntimeAssembly.GetType(RuntimeAssembly assembly, String name, Boolean throwOnError, Boolean ignoreCase, ObjectHandleOnStack type)
 at System.Reflection.RuntimeAssembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase)
 at System.Activator.CreateInstanceFromInternal(String assemblyFile, String typeName, Boolean ignoreCase, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, Evidence securityInfo)
 at System.AppDomain.CreateInstanceFrom(String assemblyFile, String typeName)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
</description> <guid>{F8CB9EA8-4214-42D8-8B7F-5D6E6C5CF50E}</guid> <hr>80004005 - E_FAIL</hr> <errorinfo></errorinfo> </entry>
We'll look into this today. Thank you for the information.
Hi @radaiko, We've published v2.6.9 with the Microsoft.VisualStudio.Shell.15.0 dependency. Thanks.
@xavlui, I tried only to update and to remove and make a fresh install with 2.6.9 but a got the same error again. "CodeTimePackage" package did not load correctly. When I check the ActictivyLog.xml I get the same error.
Ok, thanks for the update. We'll look into our validation environment today.
Hi @radaiko, Based on the extension development information per editor release, 2019 and 2022 will require either shared referencing for multi-targeted editor version builds or configuration based on installed target version. We'll look at adding this support in and provide an update soon. We apologize for the delay.
Any news about this issue ??
Any news here?