No Framework !

There is any way to use a program made in Visual c# withou needing to install .net framework 2.0


Thanks,
Miranda


Answer this question

No Framework !

  • John D Wilson

    you are welcome

  • Pingel

    very helpful thanks!

    hmm.. what's the size of .net framework 2.0
    and how can people get it from my program

  • MatrixObjects

    NO.

    actualy you don't write program from scratch in .net framework you use framework libraries, and engine

    so your program will not run untill you provide the engine and the supportive libraries ,

    as well as the programs that made with java need JVM to be running on your computer , the programs that you will write in C# need .net framworks to run

    hope this helps



  • Steve at Clemson

    you will find it on microsoft downloads site its free, the size about 23 mb,

    when you publishing your project you can include a copy from .net to your project folder or you can leave them to download it from microsoft,

    the installer will ask for framework first and will direct your users to the site but adjust publishing settings to what you want thats it

    hope this helps



  • justncase80

    Ok!! Thanks helped me a lot!

  • No Framework !