Reputation:
I have installed every patch I can find that deals with stability. I have turned off intellisense in the XAML Editor. I have setup XAML to only use the XML View (I never use preview).
VS2008 crashed multiple times an hour while editting XAML. It is fine until the first time I open up a XAML file and then it is only a matter of time before it crashes or hangs.
Does ANYONE know if there is any available patch for this? I simply cannot believe how BAD this is. My teams productivity is down to less than 6 hours a day because of the number of times we have to restart visual studio, and/or wait to determine if a build has really HUNG, or is still working...
If there is not a patch, what the heck do we need to do? I cannot wait for VS2010 to resolve this, assuming it will... which, at this point, I have my doubts.
HELP ME PLEASE!
Upvotes: 3
Views: 681
Reputation: 178780
If you don't use the designer, you can map the .xaml extension to the XML Editor, which is far more stable. You can do this in the options pane. The only thing you lose is Intellisense, but I find it more than worth it.
Upvotes: 0
Reputation: 161821
Have you tried narrowing this down to specific complaints, then entering Connect bugs on them at http://connect.microsoft.com/visualstudio/? It works a lot better than whining does, especially if you create bugs on narrow, specific, reproducible issues.
Since I suspect you'll generate many such bugs, please post them all here, as edits to your question, so we can all vote on them.
Upvotes: 1
Reputation: 5187
Have you tried editing your XAML with Expression Blend? It is much much easier than VS.
Upvotes: 0
Reputation: 5813
If you're unhappy with visual studios performance you can always try sharpdevelop. Sharpdevelop doesn't have a visual designer for xaml, but the editor is pretty stable. Kaxaml is also a good alternative for xaml editing because it has wysiwym.
Upvotes: 0
Reputation: 73303
Have you tried using the source code editor?
- Right-click on a XAML file in the Solution Explorer
- Select "Open With..."
- Select "Source Code (Text) Editor"
- Click on "Set as Default"
- Click OK
- You're done!
Upvotes: 5