-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web Essentials disabled on VS 2015 start #1959
Comments
It sounds like a MEF cache corruption. The error has nothing to do with any of these extensions, but with the Visual Studio MEF cache. Try this https://visualstudiogallery.msdn.microsoft.com/22b94661-70c7-4a93-9ca3-8b6dd45f47cd |
Hi, i have the same problem, i have tried Clear MEF Component Cache without success.. NB. In my case when web essential is disabled, no web essential menu is loaded There is a log where i can find some info about the problem? |
I am having the exact same problem in VS2015 Community on Windows 10. But only with WebEssentials and one other extension, called GitDiffMargin. Clearing the MEF cache does not help. Any other ideas how to fix this? |
I've been seeing the same problem. I noticed that the ActivityLog.xml file was logging a couple of errors. One of which was: Extension will not be loaded because an extension with the same ID '5fb7364d-2e8c-44a4-95eb-2a382e30fec9' is already loaded at C:\USERS\DAVID\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\14.0\EXTENSIONS\LG5OBJ45.EKL... Somehow I've ended up with two instances of Web Essentials in separate folders - 0.5.175 and 0.5.197. Interestingly I've got this for 3 other extensions. One unusual thing I have done is upgrade from Professional to Enterprise, so not sure if that is significant. |
That was the problem. Solution was to uninstall the extension twice before reinstalling it. I've written up the steps here - http://david.gardiner.net.au/2015/11/web-essentials-2015-extension-keeps.html |
Thank you very much for this David! |
I have been struggling with this problem for a while. Thanks David! |
Thank you @madskristensen for https://visualstudiogallery.msdn.microsoft.com/22b94661-70c7-4a93-9ca3-8b6dd45f47cd |
This tool helped me clear up duplicate extensions: https://github.com/remcoros/DuplicateExtensionFinder |
Thanks @drewnoakes I've been having this problem for ages and this has been the only "solution" that worked. It explains why people have success with reinstalling, but so glad I don't have to do that! |
Thanks @drewnoakes Came across your helpful VS tool after an exchange with @madskristensen on twitter pointed me to the known VS2015 issue with extensions. No more daily fiddling and checking extension status now! One happy olde programmer :-) |
@drewnoakes Ah, so busy wrestling with the glitch and happy to find a fix I didn't notice you weren't the author! My thanks to you for pointing me in the right direction and my thanks to @remcoros for writing the code. |
I use Visual Studio 2015 Enterprise full patched, Web Essentials 2015 0.5.175 and the latest Web Compiler, Bundler & Minifier along with a bunch of other extensions. Suddenly my Web Essentials gets disabled in the extensions (without any dialog). I can enable it for one run and it'll work fine then. The second start of VS will give me a disabled WebEssentials again.
Interesting: When WebEssentials is disabled the menu is still present in the VS-Main Menu Bar.
The text was updated successfully, but these errors were encountered: