You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed an incorrect dependency on
Microsoft.VisualStudio.Platform.VSEditor.dll. This is not a component
that is safe for referencing. It's an implementation DLL and hence care
is not taken to have it be safe for versioned components. There will be
no binding redirect added in devenv.exe.config for this and hence
loading the extension in Dev11 would attempt to load the Dev11 version
of the DLL (which won't exist on Dev11 only installations).