没有.NET框架 [英] No .NET framework

查看:61
本文介绍了没有.NET框架的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法创建一个不需要用户安装.NET框架的Csharp控制台应用程序?

解决方案

bob写道:

有没有办法创建一个不要求用户安装.NET框架的Csharp控制台应用程序? / blockquote>


转到thinstall.com


-

gabriel

是的......


如果您使用的是Mircosoft Visual Studio,那么当您编译解决方案时,

你'在dll中生成MSIL代码...

运行此代码时
... JIT引擎将其编译为机器语言,但

你输了可移植性,因为它只会在另一台机器上运行,与你的b / b $ b配置相同。


i不记得很好,但我认为你可以使用实用程序名为

nmake.exe即凸轮使用.Net Framework


问候


" gabriel" < no@no--spam.com>在留言中写道

news:82 *************************** @ msgid.meganewss ervers.com .. 。

bob写道:

有没有办法创建一个不要求用户拥有.NET框架的Csharp控制台应用程序安装?



转到thinstall.com

gabriel



"鲍勃" < bo*@coolgroups.com>在消息中写道

news:41 ************************** @ posting.google.c om ...

有没有办法创建一个不需要用户安装.NET框架的Csharp控制台应用程序?




请参阅 http://www.pobox.com /~skeet/csharp/f...ework.required

Erik


Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?

解决方案

bob wrote:

Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?



Go to thinstall.com

--
gabriel


yes...

if you''re using Mircosoft Visual Studio, when you compile the solution,
you''re generating MSIL Code in dlls...

when you run this code... JIT engine compiles it to a machine language, but
you lose portability, cause it will only runs in another machine with the
same configuration that yours.

i dont remember very well, but i think that u can use an utility named
nmake.exe that cames with the .Net Framework

Greetings

"gabriel" <no@no--spam.com> wrote in message
news:82***************************@msgid.meganewss ervers.com...

bob wrote:

Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?



Go to thinstall.com

--
gabriel



"bob" <bo*@coolgroups.com> wrote in message
news:41**************************@posting.google.c om...

Is there any way to create a Csharp Console application that does not
require the user to have the .NET framework installed?



See http://www.pobox.com/~skeet/csharp/f...ework.required

Erik


这篇关于没有.NET框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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