Visual Studio Performance when editing XAML/Silverlight files
Posted
by
driAn
on Stack Overflow
See other posts from Stack Overflow
or by driAn
Published on 2009-06-09T09:31:37Z
Indexed on
2012/10/02
15:38 UTC
Read the original article
Hit count: 476
When I work on Silverlight projects within Visual Studio 2008, I regularly notice that the XAML editor hangs for up to 10 seconds. This because Visual Studio consumes 100% CPU during that timeframe. Any ideas how I could fix that? I assume this is some kind of background compiling for itellisense or something similiar. It happens during editing, multiple times an hour, without me doing any special actions.
System:
- Server 2008 Std
- Visual Studio 2008 SP1
- latest updates...
I wonder if anyone else experienced this issue. Any help would be appreciated.
© Stack Overflow or respective owner