c# project

how can i make my project (.exe file) to run on a computer where isn't installed .net framework?
is it posible to do that?
please help me... thnx

Comments

  • : how can i make my project (.exe file) to run on a computer where isn't installed .net framework?
    : is it posible to do that?
    : please help me... thnx
    :

    Its not possible to run an .exe of an application developed in .NET if framework is not installed on the target machine. The .exe file contains MSIL(microsoft Intermediate Language) which will be interpreted by .NET Framework and this will generate the Target Machine Code.


  • Hi,

    Koticse is right that you need the .Net framework installed on the computer before you can run your program but in addition to that i want to let you know that there is also a open source framework called Mono that allows you to run C#.Net software on different platforms such as the different versions of Linux, on the Mac and on the PC also.
    For more information look at www.mono-project.com


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories