单声道 - 找不到 system.web.mvc

发布于 2024-12-12 22:34:13 字数 122 浏览 3 评论 0原文

我正在尝试启动一个用 mono 编写的测试 asp.net mvc 应用程序,并使用 XSP 作为服务器。问题是我在应用程序启动时收到有关缺少 system.web.mvc 的异常。

我怎样才能让单声道加载程序集?

Im trying to start a test asp.net mvc application written in mono, and using XSP as the server. The problem is that im getting an exception about missing system.web.mvc on application startup.

How can i get mono to load the assembly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

や莫失莫忘 2024-12-19 22:34:13

Mono 常见问题解答中的一些信息可能会有所帮助:

如何使用 Mono 运行基于 ASP.NET 的应用程序?

您可以阅读我们的使用 Mono 移植 ASP.NET 应用程序的指南

此外,这是关于移植 ASP.NET MVC 的非常好的指南
WebSite to Mono 是一个由三部分组成的系列博客,涵盖如何移植
ASP.NET MVC 网站应用到 Mono:

There's some info in the Mono FAQ that might be helpful:

How can I run ASP.NET-based applications with Mono?

You can read our Guide to port ASP.NET Applications with Mono.

Additionally, this is a very good guide on porting an ASP.NET MVC
WebSite to Mono is a three part series blog that covers how to port an
ASP.NET MVC website application to Mono:

若相惜即相离 2024-12-19 22:34:13

最近我打开了一个使用 system.web.mvc 正确构建的 MVC 项目。当我这样做时,参考已列出,但旁边有一个箭头,当下拉时表示找不到参考。添加和删​​除引用解决了该问题。然而;我使用的是 MS System.Web.MVC 中的 IDependancyResolver,但它似乎不在 Mono 版本中。

Recently I opened an MVC project that was build with system.web.mvc proper. When I did the reference was listed but there was an arrow next to it that when dropped down said the ref could not be found. Adding and removing the reference resolved that issue. However; I was using IDependancyResolver from the MS System.Web.MVC and that does not seem to be in the Mono version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文