使 .net 框架库可重新分配

发布于 2024-11-10 09:17:12 字数 211 浏览 2 评论 0原文

我有一个想法,我想知道它是否可以实现,现在假设我使用 VS C# 2010 制作了一个程序,并且我使用了系统的 2 个库;并使用system.IO;

我可以从 .net 框架中获取这两个库,将其包含到我的应用程序文件夹中,然后使用引用将它们导入到我的应用程序中。所以我不必在目标机器上安装.net框架,这可能吗?如果是,我在哪里可以找到要下载和包含的 .net 库。非常感谢您提前提供的帮助。

i got an idea and i`d like to know if can it become true or not , now lets say i made a program using VS C# 2010 and i used the 2 libraries using system; and using system.IO;

can i take these 2 libraries from the .net frame work it self and include them into my application folder and import them into my application using references . so i don`t have to install the .net framework on the target machine , is this possible ? and if yes , where can i find the .net libraries to download and include .. thanks a lot for your help in advance .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

最单纯的乌龟 2024-11-17 09:17:12

不,这是不可能的,因为您仍然需要 CLR,它是 .NET Framework 的集成部分。如果您希望 .NET 应用程序在未安装 Framework 的情况下运行,请使用 VMware ThinApp

No that's not possible since you'll still need CLR which is integrated part of .NET Framework. If you want a .NET application to run without the Framework installed, use VMware ThinApp.

ˉ厌 2024-11-17 09:17:12

不可以。您的用户应该为您的应用程序安装 .NET 框架。这是一个有用的网站:

http://www.hanselman.com/smallestdotnet/

No. Your users should install the .NET framework for your application. Here is a helpful site:

http://www.hanselman.com/smallestdotnet/

冬天旳寂寞 2024-11-17 09:17:12

不。只是因为 .NET Framework 在软件环境上运行,并且要实现这一点,您需要在客户端计算机上安装 CLR(公共语言运行时)。除此之外,.NET Framework 还包含应用程序运行所需的各种其他基类!

No. Simply because .NET Framework runs on a software environment and to make that happen you need CLR (Common Language Runtime) on the client's computer. Along with this the .NET Framework comprises of various other base classes which are needed for the application to run!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文