A file or folder with the name already exists Visual Studio

前端 未结 10 1357
南笙
南笙 2020-12-18 17:40

I try to add a new file to my source controlled VS2012 solution and receive this message:

A file or folder with the name \'xxx\' already exists. Pleas

10条回答
  •  既然无缘
    2020-12-18 18:02

    The project file was unloaded in visual studio 2017

    image

    The easiest way is to copy your project folder and paste different repository then open your project in visual studio then after run the project, it should work. for example (D:--------->E:[here i mentioned repository these things])

提交回复
热议问题