make it native

P

Pohihihi

How can I compile my C# code so that client machine do not need to install
framework to make it run. Problem is that framework install is way bigger
than the application itself and this will only be the application running on
framework on client side. Maybe small runtime files like old VB ?
 
P

Pohihihi

I see the links on your side but do you by chance know any free tool that do
that. I searched on sourceforge and could not find any.
 
J

Jon Skeet [C# MVP]

Pohihihi said:
I see the links on your side but do you by chance know any free tool that do
that. I searched on sourceforge and could not find any.

No - if I had any other links, I'd include them there. Personally I
don't recommend trying to "go behind the framework's back" as it were
anyway.
 
P

Pohihihi

Thx.


Jon Skeet said:
No - if I had any other links, I'd include them there. Personally I
don't recommend trying to "go behind the framework's back" as it were
anyway.
 
M

Mehdi

No - if I had any other links, I'd include them there.

You can add http://www.xenocode.com/ then. Unlike the others, they have a
downloadable trial version. Tried it but the resulting application keeps
crashing at startup. Didn't try very hard to find out what was wrong
though.
 

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