Reputation: 4638
Visual Studio 2010 RTM randomly crashes when editing XAML in a WPF application. I'm running it on Win 7 fully updated.
The installed extensions/addons are:
The crash log is: Faulting application name: devenv.exe, version: 10.0.30319.1, time stamp: 0x4ba1fab3 Faulting module name: clr.dll, version: 4.0.30319.1, time stamp: 0x4ba1d9ef Exception code: 0xc0000005 Fault offset: 0x0017f146 Faulting process id: 0xd78 Faulting application start time: 0x01caedc7341e18e3 Faulting application path: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Anyone experiencing this ? And maybe found an explication ?
Upvotes: 6
Views: 4018
Reputation: 3566
I was having the same issue. I uninstalled Resharper to no avail. Then I realized VS only crashes opening XAML files when I run as administrator.
Upvotes: 0
Reputation: 1634
I'm having a similar problem with VS 2010 an resharper 5. I'm pretty certain its resharper causing the problems. Mine doesn't crash but becomes unresponsive - task manager tells me that it the memory starts rocketing up. Like you, its when I'm editing XAML.
Maybe the crash happens when it runs out of memory
I've brought it up on the resharper forums, but I've not got any replies yet :( You might want to take it up there...
Upvotes: 0
Reputation: 573
Are you sure these addon's are VS2010 RTM compatible? Also you might want to update your videocard drivers since VS actually makes use of your videocard now so that could cause it to crash.
Upvotes: 0