vote up 1 vote down star

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 .

flag

4 Answers

vote up 4 vote down check

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.

link|flag
And what it should be set to ? – Geo Dec 13 '08 at 20:24
depends on your machine but in most cases it would win32 – Coentje Dec 13 '08 at 20:25
Or else Any CPU like in CMS' screenshot – Coentje Dec 13 '08 at 20:27
That was it ! I changed it to Win32 and the build started . Thanks ! – Geo Dec 13 '08 at 20:28
Great, Glad to be able to help. – Coentje Dec 13 '08 at 20:30
vote up 0 vote down

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

link|flag
vote up 6 vote down

Check on your solution properties, then go to "Configuration Properties", and make sure that all the projects that you want to build, have the build flag checked:

alt text

link|flag
It was marked for build. – Geo Dec 13 '08 at 20:22
vote up -1 vote down

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

link|flag
Resources are normal. – Geo Dec 13 '08 at 20:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.