I have a small windows mobile app with roughly 25 forms and maybe 50 classes split into 3 projects. When I'm building the project it takes 25 to 40 minutes for a normal CTRL-SHIFT-B in debug mode.
I have tried the skip platform verification hack, but it doesn't seem to help.
The environment is VS 2008
Windows Mobile 6.5.3
Compact Framework 2.0
<ProductVersion>9.0.30729</ProductVersion>
<OSVersion>5.02</OSVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<NativePlatformName>Windows Mobile 6.5.3 Professional DTK</NativePlatformName>
The computer is an HP EliteBook 8440p with a i3 @2,4Ghz, 4gb ram.
There is plenty Ram available (2,2 Gb used).
CPU usage around 25% during compilation.
When I build, visual studio and all of it's child windows goes blank for 95% of the time.
The eventviewer doesn't show any particular warnings like a bad hard disk or so.
Update 1
In the process monitor trace I can see that there's regular network activity in devenv.exe during the build. Could VSS have something to do with the build? (I reach the vss-repository through a vpn tunnel that I have had in bypass mode today.)