Thread: how to make my c# program run on any computer(Please Help)

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    10

    how to make my c# program run on any computer(Please Help)

    hello
    i heard that c# and visualbasic .Net programms Runs Only on a machine that have .NET Framework installed on it and also i heard that it's size is 17 megs.
    is that true
    and if it is true is there an altrnative thing to deploy my prog.
    to run on any machine.
    thanks

  2. #2
    CS Author and Instructor
    Join Date
    Sep 2002
    Posts
    511

    Smile

    2 ideas:

    1. Do you have MS Visual Studio .net- has VB, C#, C++

    2. C#- Download the .Net framework from microsoft. Command line -just like Java SDK from Sun. Follow directions
    Mr. C: Author and Instructor

  3. #3
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Every .NET program ( including C++.NET, C# and VB.NET ) need the .NET Framework installed on the target computer. The smallest version is the Redistributable that comes with a 21MB downloadable installer. There is no alternative.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  4. #4
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Well all the MS OS in the future might come pre- installed with it..

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Help on making program run more efficiently
    By peeweearies in forum C Programming
    Replies: 2
    Last Post: 03-23-2009, 02:01 AM
  3. Re-doing a C program to run in Win2000 or XP
    By fifi in forum C Programming
    Replies: 5
    Last Post: 08-17-2007, 05:32 PM
  4. want to make this small program...
    By psycho88 in forum C++ Programming
    Replies: 8
    Last Post: 11-30-2005, 02:05 AM
  5. plz help me run this program!!!
    By galmca in forum C Programming
    Replies: 8
    Last Post: 02-01-2005, 01:00 PM