|
Subject:
|
Convert .NET assembly to Executable
|
|
Posted By:
|
asifdahir
|
Post Date:
|
1/24/2007 1:36:56 AM
|
Hi!
i have a .NET assembly (executable). is there any utility or way to convert this .NET assembly to native executable? so that i can run executable on a system that does not have .NET framework installed.
|
|
Reply By:
|
dparsons
|
Reply Date:
|
1/24/2007 8:44:21 AM
|
No. You can't convert managed code into unmanged code.
=========================================================== I will only tell you how to do it, not do it for you. Unless, of course, you want to hire me to do work for you. =========================================================== Read this if you want to know how to get a correct reply for your question: http://www.catb.org/~esr/faqs/smart-questions.html ^^Took that from planoie's profile^^ ^^Modified text taken from gbianchi profile^^ ===========================================================
|