Using these 2 build options in Visual Studio
Posted
by dotnetdev
on Stack Overflow
See other posts from Stack Overflow
or by dotnetdev
Published on 2009-04-22T12:56:03Z
Indexed on
2010/03/09
0:06 UTC
Read the original article
Hit count: 118
visual-studio-2008
When I debug a project and there is an error in my code (e.g. a method returns something and when I consume that method, I don't put the returned data into a variable) the popup asking me to run the last successful build comes up.
How exactly do I configure this? Also, in what scenario does the Visual Studio build order come in handy? I once built a solution, and it couldn't build one project because a dependent project was not built beforehand. I guess this one possible scenario? Any others?
Thanks
© Stack Overflow or respective owner