在.NET语言编写的应用程序制作工作的老机器 [英] Making Applications programmed in .NET languages work on older machines

查看:148
本文介绍了在.NET语言编写的应用程序制作工作的老机器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

想知道是否有人知道如何,看看有什么需要安装以获得cerftain职能工作的老机器的.NET框架的组成部分。有没有一种方法,我可以用我的应用程序安装它们,而无需安装整个.NET框架?

Wondering if anyone knows how to see what parts of the .NET framework need to be installed to get cerftain functions working on older machines. Is there a way I can install them with my application without installing the entire .NET framework?

推荐答案

您可以使用,开源执行.NET框架。该单 安装程序比.NET安装程序更小。此外,单适用于Windows早于XP的版本。

You could use Mono, the open source implementation of the .NET framework. The Mono installer is smaller than the .NET installer. Also, Mono works with Windows versions older than XP.

使用单声道,你可以使用链接捆绑了.NET框架的只有一小部分,一个你需要的,你的应用程序。

With Mono you can use the Linker to bundle only a small subset of the .NET framework, the one you need, with your application.

缺点是单未实现整个.NET框架中,目前仅与3.0的2.0版本,并部分兼容。无论如何,有一个名为现代艺术博物馆,告诉你如何使用Mono兼容是应用程序的工具。

The downside is that Mono doesn't implement the entire .NET framework, at the moment is only compatible with the version 2.0 and parts of the 3.0. Anyway, there is a tool called MoMa which tell you how compatible with Mono is your application.

这篇关于在.NET语言编写的应用程序制作工作的老机器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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