Reputation: 2343
I am working with ASP.Net MVC4 and I am getting the following error while building the application:
Unable to copy file "C:\Visual Studio 2010\Projects\Dia\packages\Microsoft.AspNet.WebApi.Core.4.0.20710.0\lib\net40\System.Web.Http.dll" to "bin\System.Web.Http.dll". Access to the path 'bin\System.Web.Http.dll' is denied.
I don't understand what is this error being new in development. Tried to google but seems like no match cming up.
Upvotes: 1
Views: 2464
Reputation: 16714
bin
and obj
directories of each project in solution (mainly the one with the building error).Upvotes: 8