change .net application into native code application, possible?

G

Guest

abviously you need to intall the .net framework to have a .net application
run, but is there anyway i can change .net application into native code
application so that it can run directly without the .net framework?
it seems dosen't make any sence, but for some reason i have to do in this
way if possible.
 
N

Nicholas Paldino [.NET/C# MVP]

I don't understand why you have to do it that way "if possible". If it
was an absolute requirement to not have the framework, then you should be
developing your code in C++ or something of that nature. If it is flexible,
then I would say not to try and get around the fact that you need the
framework to run your code.
 
G

Guest

Fairyvoice,
There are utilities that will compile your .NET application into native code
and provide a runtime environment for it (without the .NET Framework
installed) but they are quite expensive.

What's the "for some reason" that you "have to do this"?

As Nicholas indicated, if you aren't going to use the .NET Framework to run
your app, then you should not be using the .NET Framework to develop it.
Peter
 
G

Guest

thx all of you
and what is the "utilities that will compile your .NET application into
native code ", i think i really need it
 
?

=?windows-1252?Q?Arne_Vajh=F8j?=

Andy said:
Would you be violating the Framework redist license though?

Considering that the first text on that link is:

<quote>
“Remotesoft tools provide great solutions for developers for protecting
MSIL. Its new addition to the suite addresses real customer issues with
application deployment.” -- John Montgomery, director for the Developer
and Platform Evangelism Division at Microsoft Corp.</quote>

I would say no !

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top