Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In VS2012 whenever I try to open a xaml file (even in full XAML view) the XDesProc process keeps spinning and hangs visual studio. I tried killing it but it respawns.

I did some search online and found that people were complaining about this in the RC release. I am not using an RC release still I see this problem.

Is there a way to fix it?

share|improve this question

2 Answers

up vote 7 down vote accepted

A lot of people are complaining about this (including my self).

Here is a work around for getting rid of the XDesProc and for speeding up XAML viewing performance: http://weblogs.asp.net/fmarguerie/archive/2009/01/29/life-changer-xaml-tip-for-visual-studio.aspx

This will disable the designer in VS2012.

share|improve this answer
The best part is that intellisense works with this aprroach!!! – Rishabh Feb 7 at 19:34
I noticed that even after using this approach, XDesProc spins in the background. So, my solution for now was to create a utility that kills XDesProc in the background. – Rishabh Feb 18 at 19:59
1  
Thank you, I suddenly feel productive again. – Dan Bryant Apr 23 at 22:39

I found a workaround which cured the problem for me.

In your UI project set the Platform Target to x86 instead of Any or x64. Weird, but it works.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.