VS build/rebuild issues

1 Message Forum Options Options
Permalink
dmcweeney
VS build/rebuild issues
Reply Threaded More
Print post
Permalink
using 3.0.2925.0

I'm not sure if this is a known problem or not but I have noticed some funny issues using the integrated vs build command - it does not seem to pick up changes - and I need to do a rebuild to pick up the changes.

In my solution I have 2 configurations - x86 and x64.

In one such example I had a problem in the x64 code this morning and if I built the x86 build first it compiled fine. Then change the configuration to build the x64, it also built successfully. I have to do a rebuild of the x64 to see the error.

The same if true when running from an msbuild task - I have to explicitely set the targets="Rebuild".

Other than these small quirkes its a great tool and has saved me many hours since we changed over from the Wise tool we were using.

Thanks

Donal