views:

216

answers:

1

I know this is not a programming question per-se, but it's still related in a way. Anyway, I've had this problem for months now, and right now I decided to start searching on Google, but I can't find anything. It doesn't only hang for a few seconds, each time this happens, I have to restart visual studio.

@John Saunders: Thanks for pointing that out.

It hangs when I go to a XAML file on my project, this is very random, I think the problem happens specifically when it's trying to render the design view. But that's just my guess.

If anyone had the problem and solved it, it would make my day if you could pass on your solution!

Thanks.

A: 

Right-click a xaml file in the Solution Explorer and click "Open with..."

Then set the "Source Code (Text) Editor" as the default. This will prevent the "Design" view from trying to open and hogging a lot of resources. You'll still have code highlighting and Intellisense.

Tim Swast