.net - 如何开始使用单声道分析器 2.8?

标签 .net visual-studio mono

我从 http://hurlman.com/greghurlman_com/attachments/monoprofile2_8.zip 下载配置文件 Mono 2.8

添加在 C:\Program Files\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\Profile\Mono

在 Visual Studio 2010 中创建新的 Project Winforms(框架 4.0)。

在项目中将“目标框架”更改为 Mono 2.8 Profiler。

结束按“开始调试”。

在这种情况下会发生错误
enter image description here

怎么做才行?

最佳答案

来自 Greg Hurlman's Blog .

“马库斯”张贴:

I had the same problem, the error dialog telling me I should download “.NETFramework,Version=v4.0,Profile=Mono” in order to run my application.

The trick was to create registry key. For me, running Windows 7 x64, it was:


HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v4.0,Profile=Mono

I suppose for x86 it’s


HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v4.0,Profile=Mono

(Where v4.0.30319 would be the version of the current 4.0 framework installed.)

Hope that helps!

关于.net - 如何开始使用单声道分析器 2.8?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4992415/

相关文章:

c# - SFML.Net 无法在 Linux 上找到 native 库

.net - 在 Ninject 中将单例绑定(bind)到多个服务

c# - 第二次保存到上下文时继续获取 "A second operation started on this context before a previous operation completed"。

c# - 我是否应该同意在我的 C# 项目中禁止 "using"指令?

.net - 统一2.0 : How to use Resolve with ResolverOverride?

visual-studio - 升级一个非常旧的 SVN 存储库

c++ - 如何在窗口中嵌入 WebKit?

c# - 单声道 mkbundle 抛出 'IKVM.Reflection.BadImageFormatException'

c++ - WINAPI:文件存在检查失败

c# - C# 中的加密是单声道跨平台吗?