C# converting application

  • Thread starter Thread starter puzo
  • Start date Start date
P

puzo

is it possible to convert C# application so i can run it on the computer
where there is no framework?
 
Hi puzo,

There are commercial solutions that will let you run .net programs inside
some wrapper or other, but I don't know what they are or how good they are.

Basically, you can't run Direct3D games without DirectX installed, so if
the computer does not have .Net (or the correct version) ship the
installation file or a link with your program.
 
puzo said:
is it possible to convert C# application so i can run it on the computer
where there is no framework?

That's like asking if it's possible to run Windows apps on machines which
don't have Windows installed...
 
Possible yes. Probable no. Does it make sense to do so? Not in my reality.
 

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