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

asp.net-mvc, c#, entity-framework

Solution

Delete the `bin` folder from your project directory and rebuild the project.

Then run the project.

Problem

When I try to publish my ASP.NET MVC 4 project, I have this error: 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 there is no error on debugging or run time. It is just showed when I publishing.

Original source