Open kawazoe opened 9 years ago
It appears to be a conflict in command id. WE registers a lot of commands on initialising: see https://github.com/madskristensen/WebEssentials2013/blob/master/EditorExtensions/WebEssentialsPackage.cs#L90.
Actually, this is a limitation of VS itself that we only have a certain range for custom commands (which are tied to menu items), the one which hopefully will change in future.
Having VSCommands v12.3.0.9 installed together with Web Essentials for Visual Studio 2013 Update 4 v2.5.3 seems to cause an exception when loading a solution. As far as I can tell, this started happening in the last few weeks (days?). I do not know if it started happening because of a WE update or because of a VSC update.
This is the crash dump produced by the error:
Even though the exception happens with code related to Web Essentials, I have also created an issue in the VSCommands bug tracking system here so that you two can better figure out what is causing the problem.