2
votes

I am getting this error while am publishing the project to local system

Copying file obj\Debug\build.force to obj\Release\Package\PackageTmp\obj\Debug\build.force failed. Could not find file 'obj\Debug\build.force'

I am not able to find the proper solution.

Tried Restarting VS Deleted Bin Folder and rebuild the project again

1

1 Answers

4
votes

you just delete that whole folder(obj\Debug) from the solution(don't delete it from the directory) and try to publish it will definitely work.