Sunday, July 26, 2009

How to create executable file of c#.net project?

i have made project in cSharp .net!! i want to run that project on pc in which .net or .net framework is not present. how to create its executable file? .exe file which runs without .net framework?? please help

How to create executable file of c#.net project?
download .net 2.0


that way, you can run the program even without .net framework
Reply:If you create something in .NET, then the machine it runs on NEEDS the .NET Framework installed. Otherwise, it won't run. Just like a Java application needs Java installed, .NET apps need .NET installed.

gifts

No comments:

Post a Comment