views:

36

answers:

1

VS 2010 hangs when using the XAML designer. I don't think I have memory issues as the system has 4 gigs of RAM. I know that there were issues with VS 2008 SP1 that was fixed a patch.

They don't seem to have one for VS 2010. Anyone else has this issue?

Is there a workaround in using the designer?

Anyone? Thanks

+1  A: 

Workaround is a open .xaml file in notepad.exe

Svisstack
+1, totally agree. I've fixed the issue by associating the XAML extension in Visual Studio with the simple XML editor. Works like charm. You even get syntax highlighting :-)
Darin Dimitrov
Well, I'd like to use the designer as it makes it easier to move the activities around.