PDA

View Full Version : Building a project (VS2008 Compact .Net Framework / WM6) is very very very very slow


skandler
3rd October 2007, 06:09 PM
When I made a change in my program and build it again, to test my changes I must wait about 60 seconds and longer.

The most of time I spent for programming is lost for waiting.

Is it possible to speed up the building process? Is there a option (debug/final) that I misconfigured? Or is this Compact Framework stuff really sloooooooow?

Rhapsody
3rd October 2007, 06:13 PM
Do you have a lot of breakpoints set?


Besides VS 2008 is still beta, so this could be a beta issue.

skandler
3rd October 2007, 06:39 PM
I have no breakpoint set.

I think I will try VS2005.


edit: I have installed VS2005 and proted my project.

Build speed VS2008: 30-70 seconds
Build speed VS2005: 1 second !!!!!!!


Many thanks to Rhapsody for the hint.