Visual Studio 2010 randomly crashes when editing XAML

Posted by Catalin DICU on Stack Overflow See other posts from Stack Overflow or by Catalin DICU
Published on 2010-05-07T10:29:45Z Indexed on 2010/05/07 10:48 UTC
Read the original article Hit count: 771

Filed under:
|
|
|
|

Visual Studio 2010 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 ?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about .NET