Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error during publish Unable to remove directory "bin\Debug\app.publish\"

When I publish, build , rebuild or clean solution, the following error is thrown:

Error 1 Unable to remove directory "bin\Debug\app.publish\". Could not find a part of the path 'HondaInstantFeedback.exe.config.deploy'. HondaInstantFeedback

But when I directly run it works perfectly. Its winform project and i am using vs 2010.

like image 606
Hot Cool Stud Avatar asked May 28 '15 03:05

Hot Cool Stud


1 Answers

delete the /app.publish/ folder

like image 60
Dushyanth Kandiah Avatar answered Sep 23 '22 19:09

Dushyanth Kandiah