MVC 5 on Mono: Could not load file or assembly ‘System.Web.Entity’ or one of its dependencies

I know this is an old thread, but I ran across this while starting to port over an MVC project from VS for windows to VS for Mac. I found a better solution was to delete the reference to System.Web.Entity, and add the NuGet package System.Web.Http.Common. Hope it helps.

Leave a Comment