开发者

Convert a .NET WinForms Application to a binary executable

开发者 https://www.devze.com 2023-01-19 06:18 出处:网络
I have a very low spec computer running XP Embedded (512Mb RAM, 512Mb HDD).IE 8 doesn\'t fit on it with .NET, so I was wondering if it\'s possible to compile a WinForm\'s project to a binary executabl

I have a very low spec computer running XP Embedded (512Mb RAM, 512Mb HDD). IE 8 doesn't fit on it with .NET, so I was wondering if it's possible to compile a WinForm's project to a binary executable (making it independent of the .NET framework)... for what I am doing it seems like a bit of over kill to rewrite the executable in Delphi, VB, or somet开发者_开发技巧hing similar...

Cheers,

Andrew


You can try porting your .Net project to version 4 and then you can only install .Net 4 client profile which is of very small footprint. You will need XP Service Pack 3 installed though.


See this too http://msdn.microsoft.com/en-us/library/6t9t5wcf.aspx.

0

精彩评论

暂无评论...
验证码 换一张
取 消