单声道 - 找不到 system.web.mvc
我正在尝试启动一个用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Mono 常见问题解答中的一些信息可能会有所帮助:
There's some info in the Mono FAQ that might be helpful:
最近我打开了一个使用 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.