Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Copying file bin\EntityFramework.SqlServer.xml to ..\bin\EntityFramework.SqlServer.xml failed

Error   1   Copying file bin\EntityFramework.SqlServer.xml to obj\Debug\Package\PackageTmp\bin\EntityFramework.SqlServer.xml failed. Could not find file 'bin\EntityFramework.SqlServer.xml'.       0   0   Karinoks 

when I try to publish my mvc 4 project, I have this error.

there is no error on debugging or run time. it is just showed when I publishing.

like image 325
mrTurkay Avatar asked Mar 13 '14 18:03

mrTurkay


2 Answers

Just delete the bin folder from your project directory.
Rebuild the project.
Run the project.
It should solve your issue.
Hope it helps.

like image 181
Jogi Avatar answered Sep 24 '22 18:09

Jogi


Just Exclude the bin folder from the project.

like image 32
Muhammad Awais Avatar answered Sep 22 '22 18:09

Muhammad Awais