error in visual studio, Access to the path is denied

前端 未结 12 1021
没有蜡笔的小新
没有蜡笔的小新 2020-12-30 06:31

I\'ve been having this problem for a while now. I created a brand new winforms c# application in Visual Studio. I can usually launch it in debug mode once without a problem.

12条回答
  •  悲&欢浪女
    2020-12-30 07:03

    First check to see if you can delete the EXE. If you can't that means some process has a handle on it.

    Run Process Explorer and do a search for TestApplication.exe to find what it is

提交回复
热议问题