Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run c# program on a machine which hasn't .NET framework

Status
Not open for further replies.

kokliushas

Technical User
Dec 25, 2004
4
LT
i wrote a program, compiled it and got a *..exe file. It normaly runs on my computer, but it doesn't run on machine's which hasn't .NET framework.
i would like to ask:
maybe there are any ways to solve this problem without installing .NET framework in all computers.
 
There is the RemoteSoft linker, but I've never used it.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
There's a redistributable .net framework ("dotnetfx.exe" or something like that). You can distribute that with your application. If you're using an installer like Installshield or something, you can have the .Net Framework configured as part of the install process.

BierHunter
CNE, MCSE, CCNP
 
Or instruct your users to get the framework via Windows Update.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top