简体   繁体   English

“ .NETFramework,Version = v4.0,Profile = Mono”问题vb.net,c#

[英]“.NETFramework,Version=v4.0,Profile=Mono” issue vb.net, c#

I have followed 2 tutorials like this to integrate mono 2.10.8 profile in visual studio 2010 我跟了2个教程像这种集成单声道2.10.8轮廓在Visual Studio 2010

After doing all, when selecting mono profile I get some issues: 毕竟,选择单声道配置文件时会遇到一些问题:

在此处输入图片说明

if I change the to .net 2 framework, I have no problems: 如果我更改为.net 2框架,则不会有任何问题: 在此处输入图片说明

  • I Copied the contents of C:\\Program Files\\Mono-2.10.8\\lib\\mono\\4.0 to C:\\Program Files\\Reference Assemblies\\Microsoft\\Framework.NETFramework\\v4.0\\Profile\\Mono. 我将C:\\ Program Files \\ Mono-2.10.8 \\ lib \\ mono \\ 4.0的内容复制到C:\\ Program Files \\ Reference Assemblies \\ Microsoft \\ Framework.NETFramework \\ v4.0 \\ Profile \\ Mono。
  • Created the folder RedistList and added FrameworkList.xml 创建文件夹RedistList并添加FrameworkList.xml
  • Added the key to registry.... 向注册表添加了密钥。

Also tried to create a .net 4 project and then select mono 2.8 profile as suggested, but have the same errors. 还尝试创建一个.net 4项目,然后根据建议选择mono 2.8配置文件,但是有相同的错误。

What am I missing? 我想念什么?

Chek this page , 点击此页面

Installing Mono Tools for Visual Studio 为Visual Studio安装Mono工具

Requirements: 要求:

Windows XP, Vista, or 7, 32 or 64 bits Visual Studio 2008 SP1 Standard or Professional, or 2010 Professional, Premium, or Ultimate Windows XP,Vista或7、32位或64位Visual Studio 2008 SP1 Standard或Professional,或2010 Professional,Premium或Ultimate

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 发出调试代码当前目标框架.NETFRAMEWORK,版本= v4.0 - Got issue debugging code The currently targeted framework .NETFRAMEWORK, Version =v4.0 项目<PROJECT NAME>不是最新的。 缺少输入文件 &#39;netframework,version=v4.0,profile=client.assemblyattributes.cs - Project <PROJECT NAME> is not up to date. Missing input file 'netframework,version=v4.0,profile=client.assemblyattributes.cs Visual Studio 2010:无法解析目标框架“.NETFramework,Version=v4.0”的 mscorlib - Visual Studio 2010: Could not resolve mscorlib for target framework '.NETFramework,Version=v4.0' 在IIS 7.5 \\ C#(.NET v4.0)中创建嵌套虚拟目录 - Creating nested virtual directories in IIS 7.5 \ C# (.NET v4.0) VS2008上的“无法在对象浏览器中查看此项目”-ASP.NET C#v4.0 - “This project cannot be viewed in object browser” on VS2008 - ASP.NET C# v4.0 C#转VB.Net问题 - C# to VB.Net Issue C#到VB.Net转换问题 - C# to VB.Net conversion issue C#项目的目标是“.NetFramework,Version = v4.5,Profile = Unity Full v3.5”,这台机器没有安装 - The C# Project is targeting “.NetFramework, Version=v4.5,Profile=Unity Full v3.5”, which is not instaled on this machine 如何在没有.NET v4.0的目标环境上部署.NET v4.0应用程序? - How can I deploy .NET v4.0 application on target environment without .NET v4.0? C#Web服务v / s VB.net Web服务 - C# webservice v/s VB.net webservice
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM