A file or folder with the name already exists Visual Studio

前端 未结 10 1379
南笙
南笙 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:11

    You need to give attention if adding a file automatically add other files/folders..for example if I added a controller which automatically add folder with controller name in views..I couldn't add controller .cs file until I deleted folder with controller name from views.

提交回复
热议问题