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.

enter image description here

error in xamarin studio:

enter image description here

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

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -