CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2004
    Posts
    346

    Will C#.NET exe files work on win 2000/xp ?

    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).

  2. #2
    Join Date
    Oct 1999
    Location
    Germany
    Posts
    121

    Re: Will C#.NET exe files work on win 2000/xp ?

    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/r...displaylang=en

    Hope this helps.
    Jost

  3. #3
    Join Date
    Aug 2004
    Posts
    346

    Re: Will C#.NET exe files work on win 2000/xp ?

    It's working !
    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured