Visual Studio project not building when I click debug or press F5

前端 未结 8 1469
梦谈多话
梦谈多话 2020-12-29 18:27

VS2010 c#, winforms project.

It does not build automatically when I click on debug or press f5. If I manually build the project before I debug, it compiles and chan

8条回答
  •  长发绾君心
    2020-12-29 18:48

    Because my project was independend from other projects by using prism I had to uncheck 'Only build startup projects and dependencies on Run' in Tools->Options->Projects and Solutions->Build and Run.

提交回复
热议问题