I've got a problem with the visual studio 2010 and the building time of one project (VB.net). I would say the project is large for just one DLL so I could understand when the building time itself lasts a little bit longer then on other projects.
But the weird thing is: When I start building, the following line shows up on the output window: ------ Build started: Project: kaCtrl, Configuration: Debug Any CPU ------
And then it looks like the compiler is doing nothing. Even if I change the output option to "diagnostic" to see every step in the building process, just nothing happens. After 20 seconds the build starts and is finished in 1 second.
But what the heck is the visual studio doing in this 20 seconds? Is there anything I can disable to make it faster?