How to work with XAML editor in Visual Studio 2010?

Posted by MartyIX on Stack Overflow See other posts from Stack Overflow or by MartyIX
Published on 2010-04-26T19:50:19Z Indexed on 2010/04/26 19:53 UTC
Read the original article Hit count: 303

I've worked with Visual Studio 2008 and editing XAML was really painful because the designer reloaded very slowly. Now I have installed Visual Studio 2010 and it seems to me that the XAML editor + Designer haven't changed much.

For example in order to force designer to change a color in my control I have to close the xaml file and open it again.

Is it just my problem?

I've tried this solution: http://stackoverflow.com/questions/859335/visual-studio-2008-xaml-editor-not-working-disappeared but it didn't help.

Are there any better tools for Visual Studio to edit XAML?

Thanks!

© Stack Overflow or respective owner

Related posts about xaml-editor

Related posts about visual-studio-2010