Thursday, December 03, 2009

Visual Studio keeps crashing on me

I’m experiencing a very annoying thing in VS. Every 1 in 10 (or so) builds of my project makes VS crash. I started Visual Studio in WinDbg and this is the last exception thrown before VS dies:

(1460.1288): CLR exception - code e0434f4d (first chance)
ModLoad: 5e0a0000 5e0bb000   C:\Windows\Microsoft.NET\Framework\v2.0.50727\alink.dll
ModLoad: 11da0000 11daa000   cvtres.exe
eax=000000c0 ebx=123aeba4 ecx=19074c30 edx=000641d3 esi=00000001 edi=00000000
eip=76e764f4 esp=123aeb54 ebp=123aebf0 iopl=0         nv up ei pl zr na pe nc
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00000246
ntdll!KiFastSystemCallRet:
76e764f4 c3              ret

 

If anyone has a clue what’s up, please let me know. Your help is much appreciated.

Bye,

Bart