Reputation: 43
About a half dozen times now, I’ve been doing a regular chore in Visual Studio – either running a unit test or simply compiling, updating something from SVN or whatever, and visual studio just disappears… it shuts down and goes away instantly… it is fine when I restart it, and I don’t see the problem again for a while… it keeps happening, and for random reasons… has anyone else experienced this?
One thought is that i'm using AnkhSVN, but if you've had this problem and don't experience this, please let me know.
Upvotes: 1
Views: 192
Reputation: 3916
Definitely an addin. I experienced a similar issue, but it would bluescreen my machine. After uninstalling the plugin( it was SlickEdit Gadgets), I never experienced the issue again. Try uninstalling plugins. Or updating ankhSVN.
Upvotes: 1
Reputation:
There's a good chance that it's one of your addins that are causing this.
If you are able to recreate when it is happening, try doing it with a variety of combination of addins (If you are only running AnkhSVN, then try only with and without that).
It's far from unlikely that Anhk can do this, so start by identifying this for certain.
Upvotes: 2
Reputation: 22647
All of the devs on my team see this problem quite often. It isn't AnkhSVN because we don't use it. I believe it is C++ intellisense, but that is just a feeling. Sometimes it happens when we are not doing anything. We will go for coffee, come back and it is just gone.
It never happens to me on smaller projects, but happens frequently on our large (several million lines, dozens of projects) solution with a mix of unmanaged C++, managed C++ and C#.
We have seen it less frequently since upgrading to SP1.
Upvotes: 1