EWSoftware / VSSpellChecker

A Visual Studio spell checker editor extension that checks the spelling of comments, strings, and plain text as you type. Supports configuration and various languages.
Other
377 stars 65 forks source link

VSSpellChecker corrupts VS 2022 #257

Closed vgaraschuk closed 2 years ago

vgaraschuk commented 2 years ago

After installation of VSSpellChecker for VS 2022, the Visual Studio throws errors when loading any project, so no project can be opened anymore. Also, the extension cannot be removed, because extension manager doesn't see any extensions after installation of this one. However if you try to install it again, it will throw an error that it's already installed. Logs attached. ActivityLog.zip

EWSoftware commented 2 years ago

The attached log indicates that the spell checker package loaded successfully. The only failure messages are from an unrelated package:

Unable to load extension due to IO Exception: 'C:\PROGRAM FILES (X86)\MICROSOFT SDKS\WINDOWS\V8.1\EXTENSIONSDKS\MSADVERTISINGJS\8.1' does not correspond to any known installation root location.

There's an extension that can clear the MEF cache to let Visual Studio rebuild it. That typically clears up such issues.

vgaraschuk commented 2 years ago

Ok, thank you. The extension you suggested didn't help, but now it's clear that this happens when I install any extension, not only this one.