This was working two days ago. No new updates between them and the crashes.
Here's the version:
Version = Visual Studio 2010 SP1
Microsoft Visual Studio 2010
Version 10.0.40219.1 SP1Rel
Microsoft .NET Framework
Version 4.5.50938 SP1Rel
Installed Version: Ultimate
Running on Windows 2k8r2 server
I've been able to repro this on two different servers running VS.
Steps to repro:
Open project that contains web service reference. Edit the following line of code that references a web service.
Private GetCMSUsersWSAsGetCMSUsersWS.GetCMSUsers=NewGetCMSUsersWS.GetCMSUsers()
Remove the closing parenthesis at the end of the line. This will cause VS to crash with the following exception in debug: Unhandled exception at 0x619e1271 in devenv.exe: 0xC0000005: Access violation reading location 0x00002c33.
I have a report.wer file I'm happy to upload.