问题描述
目标:通过Xamarain Studio的启动画面上一个单ASP.NET MVC 5项目
Goal: Startup a ASP.NET MVC 5 project on Mono via Xamarain Studio.
启动服务器后错误:无法加载文件或程序集System.Web.Entity'或其依赖项之一。
错误Xamarin工作室:
Error in Xamarin Studio:
背景:该项目在Visual Studio 2013为默认的Web项目创建的。大部分配置是开箱。 code表示它可以在GitHub上这里查看。我有最新和最伟大的单声道和Xamarin工作室写作的。在.NET实体框架是一个解决的依赖,并有在Xamarin Studio中没有指出构建的问题。
Background: The project was created in Visual Studio 2013 as a default web project. Most of the configuration is out of the box. Code for it can be viewed here on GitHub. I have the latest and greatest Mono and Xamarin Studio as of writing. The .NET Entity Framework is a resolved dependency and there are no build issues noted in Xamarin Studio.
我如何获得这个项目的启动和运行?如何解决这种依赖?
推荐答案
那岂不是更好/更容易为你刚刚替换旧的EntityFramework从的NuGet新的,我认为这将解决大部分的我们与其他问题引用
Wouldn't it be better/easier for you just to replace that old EntityFramework with new one from NuGet, I think that will solve most of our problems with other references
这篇关于单声道MVC 5:无法加载文件或程序集“System.Web.Entity”或它的一个依赖的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!