c# - MVC 5 on Mono: Could not load file or assembly 'System.Web.Entity' or one of its dependencies -
goal: startup asp.net mvc 5 project on mono via xamarain studio.
error after starting server: could not load file or assembly 'system.web.entity' or 1 of dependencies.
error in xamarin studio:
background: project created in visual studio 2013 default web project. of configuration out of box. code can viewed here on github. have latest , greatest mono , xamarin studio of writing. .net entity framework resolved dependency , there no build issues noted in xamarin studio.
how project , running? how resolve dependency?
i know old thread, ran across while starting port on mvc project vs windows vs mac. found better solution delete reference system.web.entity, , add nuget package system.web.http.common. hope helps.
Comments
Post a Comment