Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have made web 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
Posted

You cannot run this program without the framework.

What you can do is create a setup which includes the .Net framework as an install prerequisite.
That would install the framework on the client machine.
 
Share this answer
 
Comments
Аslam Iqbal 31-Jul-11 3:00am    
Perfect solution. My 5
Abhinav S 31-Jul-11 3:09am    
Thank you Aslam.
walterhevedeich 31-Jul-11 5:18am    
Correct.
Abhinav S 31-Jul-11 6:01am    
Thank you Walter.
Sergey Alexandrovich Kryukov 1-Aug-11 13:59pm    
Correct, a 5.
--SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900