SLaks / Rebracer

Saves editor formatting settings as part of each solution.
http://visualstudiogallery.msdn.microsoft.com/410e9b9f-65f3-4495-b68e-15567e543c58
44 stars 15 forks source link

Crash VS2103 when directly opening a Solution #13

Closed dummy3k closed 9 years ago

dummy3k commented 9 years ago

Sadly it crashes VS2013 if I directly open a solution. This happens if the solution is chosen from the StartMenu or the Windows Explorer. Starting VS and opening a solution from there works fine.

SLaks commented 9 years ago

Do you have any form of VS2010 installled? (or, to ask a more specific question, is Microsoft.VisualStudio.Shell.ViewManager version 10 in your GAC?)

I found a crash that happens in that situation, and I'm working on a fix.

dummy3k commented 9 years ago

Yes I have VS2010 installed. And your fix seems to work. Thank you very much!