Static compilation in the .NET world

Posted by AngryHacker on Stack Overflow See other posts from Stack Overflow or by AngryHacker
Published on 2009-03-23T00:55:05Z Indexed on 2010/03/11 5:08 UTC
Read the original article Hit count: 474

Filed under:
|
|

I'll be writing a small desktop app for a client that has WinXP machines and they won't be installing the .NET framework (at least not for me).

So my choices are limited to either C++ or VB6, neither of which sound great. I remember reading back in the day that Mono came up with a static compiler, but recently the only thing I could find is Miguel de Icaza's entry on static compilation for a game engine for the purposes of running the app on the iPhone - not what I had in mind.

Are there any products out there, free or commercial that will allow me to statically compile my .net 3.5 winform app?

Thanks

© Stack Overflow or respective owner

Related posts about .net-3.5

Related posts about static