How often does Visual Studio 2010 error occur on x64? Or is it just on my PC?

MY VS2010 crashes dozens of times a day. Compare that to 2008 and 2005, which were solid.

Is 2010 known to be crashing? Or could this be my environment? This is my first time using x64 as a dev module. The only plugin I've used so far is Ankh.

Failure to perform various actions. One of the ones I've noticed so far always happens if I press the alt-fs-up key sequence (or any cursor key) it will crash every time.

+2


a source to share


7 replies


Older versions of AnkSVN had a bug that caused VS2010 to crash permanently (1 time per hour or more). Update to 2.1.8420 or newer.



+3


a source


It never crashes on my laptop. But still I find it slower than VS2008. Perhaps because of the powerful new features.



0


a source


VS2010 is solid for me on x64.

Is this key sequence tied to Ankh? If this could be the reason. Does this sequence also crash VS if you use it in a new project?

0


a source


No glitches here, VS2010 has been running on Win7x64 for quite some time. Are you using version control? Try uninstalling this plugin you mentioned for at least a while to see if the crash speed has changed.

0


a source


I've had about 5 crashes the last few days on Win7 Pro x64. And it happened for no particular reason ...

0


a source


I found an interesting page http://www.jetbrains.net/devnet/thread/288025 . This issue can appear in Resharper 5 statement and TODO in code.

0


a source


Mine freezes the entire system from time to time when debugging. It may freeze when I start debugging for the program or after a while debugging has started.

Here's what I found: http://blogs.msdn.com/b/debugger/archive/2010/01/06/visual-studio-2010-beta2-hang-while-debugging.aspx

I disabled IntelliTrace but got another widget today.

0


a source







All Articles