c# - Visual Studio project not building when I click debug or press F5 -
vs2010 c#, winforms project.
it not build automatically when click on debug or press f5. if manually build project before debug, compiles , changes picked up.
my other projects work expected. why doesn't build automatically?
right-click solution (not project) in solution explorer , select configuration manager. check if build turn off current configuration.
Comments
Post a Comment