简体   繁体   English

没有.net框架,无法从WINDOWS XP中的Mono C#编译器运行可执行文件

[英]Cannot run an executable from Mono C# compiler in WINDOWS XP without .net framework

I have gone to this link http://www.mono-project.com/Mono%3aWindows I can do successfully Run an executable from Mono C# compiler in WINDOWS 7 / Windows that have .net framework. 我已转到此链接http://www.mono-project.com/Mono%3aWindows我可以成功完成在具有.net框架的WINDOWS 7 / Windows中,从Mono C#编译器运行可执行文件。 But when I want to RUN this executable in windows XP without .net framework is failed, some errors appear. 但是,当我想在没有.net框架的Windows XP中运行此可执行文件失败时,会出现一些错误。 I am using mono-3.2.3-gtksharp-2.12.11-win32-0.exe installer for windows XP. 我正在为Windows XP使用mono-3.2.3-gtksharp-2.12.11-win32-0.exe安装程序。 How to get success to run this Executable in windows XP without .net framework ? 如何在没有.net框架的Windows XP中成功运行此Executable?

Make sure use stable version of mono-2.10.9-gtksharp-2.12.11-win32-0 for windows XP - Dont use version 3 for this moment: Bug 10302 - Fatal error in System.Windows.Forms.Control constructor in 3.0.3 https://bugzilla.xamarin.com/show_bug.cgi?id=10302 确保对Windows XP使用mono-2.10.9-gtksharp-2.12.11-win32-0的稳定版本-此刻不要使用版本3:错误10302-3.0中System.Windows.Forms.Control构造函数中的致命错误。 3 https://bugzilla.xamarin.com/show_bug.cgi?id=10302

Optional: Compile the project using stable version of mono-2.10.9 as well: follow this link http://nbevans.wordpress.com/2013/02/13/targeting-mono-in-visual-studio-2012/ 可选:同样使用稳定版的mono-2.10.9编译项目:点击此链接http://nbevans.wordpress.com/2013/02/13/targeting-mono-in-visual-studio-2012/

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

相关问题 在 Windows XP 中使用 .net Framework 4.5.2 制作 C# 程序 - Make a C# program with .net Framework 4.5.2 work in Windows XP 如何在不在客户端系统上安装.NET框架的情况下从USB运行C#Windows应用程序 - How to run C# Windows application from USB without installing .NET framework on client system .NET 3.5(C#)应用程序无法在Windows XP Professional上运行 - .NET 3.5 (C#) application does not run on Windows XP Professional 用于Windows的C#程序是否可以在Mono下的Ubuntu中运行而无需修改? - Will a C# program for Windows run in Ubuntu under Mono without modification? Windows服务无法在Windows XP上正确运行bat文件-C# - Windows Service cannot run a bat file properly on Windows XP - C# C#如何创建可执行文件,以便没有编译器的人都可以运行它 - c# how to create an executable file so people without a compiler can run it Xamarin C#应用程序可以在不需要Mono编译器的情况下运行吗? - Does Xamarin C# apps work without requiring Mono compiler? VB6从Windows 7到Windows XP加载.net 4 C#COM dll - VB6 Loading .net 4 C# COM dll from Windows 7 to Windows XP 调用Mono C#编译器 - Call Mono C# Compiler .NET Framework 4桌面应用程序[C#]是否将运行Windows 8、8.1和10 - Will .NET Framework 4 desktop application [C#] run Windows 8, 8.1 and 10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM