Brad
Brad

Reputation: 1207

WPF Stability in VS2008 Express

I'm having trouble with stability in the xaml editor. Restart VS 25 times a day has become tedious. Are there strategies that would minimize the problem or an open source alternative that provides a visual display? Any help would be sincerely appreciated! I don't want to jump out the window but I will... I WILL!

Upvotes: 3

Views: 218

Answers (2)

Brad Leach
Brad Leach

Reputation: 16997

The stability of Visual Studio XAML designer greatly improved when I installed the product hotfixes. Here is one such one that may be of help with your situation: http://support.microsoft.com/kb/958017

Hope this helps!

Upvotes: 1

thelemmings
thelemmings

Reputation:

If you don't need the designer, you can just switch to the default editor for XAML files to "Source Code Editor", which still provides completion and is way faster and more responsive.

Upvotes: 3

Related Questions