F5 or Start Debugging Button is Greyed Out for Winform application?

前端 未结 7 1080
借酒劲吻你
借酒劲吻你 2020-12-15 18:14

I know there are many question related to this already on SO but none of them has woked for me till now.

I have a winform application but when I am trying to debug i

7条回答
  •  执笔经年
    2020-12-15 18:28

    Just to add more information to user3414693's post it's possible there is a problem in the solution file such as referencing a project that doesn't exist or has had its name changed.

    Unloading and reloading the project will recreate this file with the correct information potentially solving the problem.

提交回复
热议问题