I can't kill MyApp.vshost.exe

后端 未结 4 1707
无人共我
无人共我 2020-12-05 09:19

I\'ve managed to get myself in a state where I\'ve no instances of devenv running, but still a MyApp.vshost.exe in the background (no visible windows or consoles).

I

4条回答
  •  清歌不尽
    2020-12-05 09:42

    I had the same problem while working on a project with .NET 2.0 as target framework. Temporary changing the target framework to .NET 4.0 client did the job for me.

    However, Iam unsure how this is (is it?) related to the file lock issue.

提交回复
热议问题