I have Visual Studio 2010 Professional with three addons installed:
- Visual SVN
- CodeRush Xpress 11
- Pro Power Tools
When I start Visual Studio, select New Project => Console Application (C#) and then type the following:
for(){}
It crashes on me, every time. Is anybody else experiencing this or is it just me? Is this a known issue?
I’m getting a bit sick of Visual Studio crashing on me every time I create a for loop.
Thanks
This could be an issue with the add-ons.
Disable all 3 add-ons and then enable them one by one to find out which one causes the problem.