单声道2.6和Visual Studio 10 [英] mono 2.6 and visual studio 10

查看:81
本文介绍了单声道2.6和Visual Studio 10的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试运行Visual Studio 10从mono 2.6/Mac生成的二进制文件(exe文件)时,收到以下警告.

WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322

如何通过单声道禁用此消息?从Visual Studio是否有一种方法可以不在Mono/Mac上显示此消息?

解决方案

Mono 2.6.x不支持.NET 4.0运行时版本,因此它已退回到默认版本.NET 1.1.

我建议您安装昨天发布的 Mono 2.8 ,该版本支持4.0. /p>

或者,您可以将VS项目更改为目标.NET 2.0/3.0/3.5.

When I tried to run a binary (exe file) that was made with Visual Studio 10 from mono 2.6/Mac, I get the following warning.

WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v1.1.4322

How can I disable this message with mono? Is there a way from Visual Studio not to show this message with mono/Mac?

解决方案

Mono 2.6.x does not support the .NET 4.0 runtime version, so it's falling back to the default version, .NET 1.1.

I suggest you install Mono 2.8 which was released yesterday and which supports 4.0.

Alternatively, you can change your VS project to target .NET 2.0/3.0/3.5.

这篇关于单声道2.6和Visual Studio 10的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆