Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What causes Visual Studio 2008 SP1 to crash when switch to Design View of a WPF application

After developing a WPF application without Source Control, I decided to add the solution to TFS.

After doing so whenever I opened the main window.xaml file in Design View Visual Studio would disappear and the following event would be logged in the Application Event log:

.NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

like image 342
Jason Stevenson Avatar asked Sep 30 '08 16:09

Jason Stevenson


1 Answers

The problem was caused by a Visual Studio add-in named, "Power Commands for Visual Studio 2008".

After uninstalling them and restarting Visual Studio, the design view for xaml files began working normally.

like image 8
Jason Stevenson Avatar answered Nov 13 '22 08:11

Jason Stevenson