当前位置:  开发笔记 > 编程语言 > 正文

ASP.NET MVC 1.0 + Mono 2.4

如何解决《ASP.NETMVC1.0+Mono2.4》经验,为你挑选了1个好方法。

试图让MVC在Mono 2.4上运行(根据这里的一些线程,这是可能的)没有太多运气.我无法理解:

Compilation Error

Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error.

Compiler Error Message: : ** (/usr/local/lib/mono/2.0/gmcs.exe:5232): WARNING **: The class System.Web.Management.WebRequestErrorEvent could not be loaded, used in System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
~/Global.asax

Show Detailed Compiler Output: //etc

我已经将System.Web.dll(以及项目中的每个引用)添加到bin文件夹中 - 仍然没有去.

有任何想法吗?

链接:

Miguel de Icaza说这是可能的:Twitter SO 1 SO 2



1> 小智..:

你不需要编译MVC(或Mono),但你需要Mono 2.4,它可以在Mono下载站点上找到.

您需要的唯一DLL是System.Web.Mvc.dll.在VS中处理此问题的最简单方法是将该程序集的"Copy Local"设置为true.不要复制本地任何其他System.*引用.

推荐阅读
个性2402852463
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有