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.
Just delete the bin
folder from your project directory.
Rebuild the project.
Run the project.
It should solve your issue.
Hope it helps.