mono 2.6 and visual studio 10

我是研究僧i 提交于 2019-12-23 18:00:29

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/3873370/mono-2-6-and-visual-studio-10

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!