I have Visual Studio 2008 on two computers running Windows 7.

On the first one, every works very well.

On the second one:
- I create a brand new package.
- I add a button and click RUN, I see a form with one button.
- I add another buttun and click RUN, I still only see one button (the program did not recompile in the DEBUG folder).
- I force a project recompile and click RUN, now I see my two buttons

Is there a configuration parameter that should be set, so that a RUN would automatically recompile the latest changes?

Right now I have to click RECOMPILEe every time I need to RUN, otherwise I am debugging an executable that does not match with the current source code.