export a .NET executable?

  • Thread starter Thread starter pnp
  • Start date Start date
P

pnp

Could I export a .NET executable file to an executable that doesn't need the
..NET framework to function?

Thanks
Peter
 
pnp said:
Could I export a .NET executable file to an executable that doesn't need the
.NET framework to function?

Thanks
Peter

simple answer: no

technically correct, but unadvisable answer: there are third-party tools
either available or being developed.

browse through the newsgroups and you'll see this sort of thing
discussed over & over.
 
you could'nt do this cause the .Net executables need
the .Net framework to be executed.
The razon is:
When you compile the .Net executable, this is mid
compiled, then when you execute it, the .Net framework
end the compilation for this reason when you execute the
first time is demored (so long time) but the others times
is quickly.
Bye.
Sebastián Ochoa.
 

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

Back
Top