Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 randomly crashes when editing XAML

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:

  • Resharper
  • PowerCommands

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 ?

like image 999
Catalin DICU Avatar asked May 07 '10 10:05

Catalin DICU


2 Answers

It was beacause of the AnkhSVN add-on

like image 182
Catalin DICU Avatar answered Nov 15 '22 06:11

Catalin DICU


Not running VS2010 as administrator did the trick for me.

like image 31
Kyle Banashek Avatar answered Nov 15 '22 06:11

Kyle Banashek