Creating a virtual directory failed with the error

后端 未结 16 2209
情歌与酒
情歌与酒 2020-12-24 04:23

I can\'t solve this problem

\"enter

I suggest I have to change c:\\Windo

16条回答
  •  离开以前
    2020-12-24 04:53

    More often than not, at least in my case, this happens is when a *.csproj.user file is in the project directory and has true in it.

    Alternatively, as mentioned by Zachary Cutler you can also simply: close Visual Studio, delete the *.csproj.user file and reopen Visual Studio. This will force VS to rebuild the file.

提交回复
热议问题