Click to See Complete Forum and Search --> : Will C#.NET exe files work on win 2000/xp ?


asafaa
July 21st, 2005, 01:21 AM
i'm totally new at the .NET environment and i have a simple question :

i made a simple project and compiled it.
i believe that if i copy paste the release exe file to another computer the file won't work? (because it needs dlls and others....).
is there a way for my .NET exe file to work on other computers without .NET compiler installed on them ?
if yes ,then how? ( no need for specific explanation , just a couple of words or a link).

Jost Lindemann
July 21st, 2005, 01:49 AM
You will need to install the DOT-NET-Framework on the destination computer.
This Framework is available at Microsoft-Website for different languages.

Look here:
http://www.microsoft.com/downloads/results.aspx?freetext=framework&productID=C9C8FCFB-BFF3-40CA-B59D-216F6850000A&displaylang=en

Hope this helps.
Jost

asafaa
July 21st, 2005, 02:08 AM
It's working !
Thanks!