views:

1494

answers:

4

When I try to build my project I get the following message in the build window :

========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ==========

I tried rebuilding , then building again , but it doesn't help . Is there a way to view more detailed messages ? The "skipped" part doesn't give me any info on what's wrong . I am using Visual Studio 2005 Professional Edition .

A: 

Hmmm... I remember cursing at that one once? Just guessing from my awful memory, but perhaps the output directory path doesn't exist?

kenny
+7  A: 
CMS
It was marked for build.
Geo
A: 

I generally run into that when the PC is low on resources (RAM), after closing things the build runs fine.

Jasper Bekkers
Resources are normal.
Geo
+5  A: 

Check with the configuration manager like CMS said and make sure that you have the right platform set. A lot of the time when you use something like the MS Application Blocks the default platform is set to Itanium.

Coentje
And what it should be set to ?
Geo
depends on your machine but in most cases it would win32
Coentje
Or else Any CPU like in CMS' screenshot
Coentje
That was it ! I changed it to Win32 and the build started . Thanks !
Geo
Great, Glad to be able to help.
Coentje