Could not find file 'obj\Debug\OldProjectName.csproj.FileListAbsolute.txt

后端 未结 10 975
星月不相逢
星月不相逢 2021-02-05 05:00

I\'m trying to publish project (tools vs2010), but cannot all the time getting the error below. I paste to my projects files from another project and then I changed namespace (O

10条回答
  •  -上瘾入骨i
    2021-02-05 05:33

    1. Open your .csproj file in notepad

    2. Find "obj\Debug\OldProjectName.csproj.FileListAbsolute.txt"

    3. Remove that line and save it
    4. Open your project and try to publish it and this time you will be succeeded.

    Note: if you are getting any more file like .pdb remove that as well.
    Hope it will help you

提交回复
热议问题