【发布时间】:2011-08-09 03:01:36
【问题描述】:
我正在使用来自 mono-tools.org 的 Mono 工具,当我尝试使用单声道菜单以单声道运行我的 ASP MVC3 项目时,我收到以下错误:
有没有办法设置为使用 .net 4 编译器进行编译?我已将项目文件中的 targetFramework 设置为 v4.0。
我还尝试将 mono-tools 高级页面上的命令行参数设置为 --with-profile4=yes,但仍会导致相同的错误。
单声道--版本的输出
Mono JIT compiler version 2.10.2 (tarball)
Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: normal
Notification: Thread + polling
Architecture: x86
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: Included Boehm (with typed GC and Parallel Mark)
【问题讨论】:
标签: asp.net-mvc-3 mono