Results 1 to 4 of 4

Thread: Framework

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Location
    MS
    Posts
    7

    Framework

    Is there any way to run a C# program on a computer WITHOUT .NET framework 2.0?

  2. #2
    Lively Member deranged's Avatar
    Join Date
    Jun 2004
    Location
    TN
    Posts
    104

    Re: Framework

    Not if you compiled the C# program using the .NET Framework 2.0 (Visual Studio 2005).

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2006
    Location
    MS
    Posts
    7

    Re: Framework

    Well what else could I compile it with in order for it to do this?

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Framework

    Quote Originally Posted by brooke
    Well what else could I compile it with in order for it to do this?
    Nothing. You can compile C# against .Net 1.1 and 1.0 as well but it's going to require whatever framework you compiled it against.

    You have to have the .Net framework on the system it's going to run on in at least some form. You can have them install Microsoft's distribution, or possibly Mono's but you need a framework none the less. With RemoteSoft's mini deployment tool it pieces the .Net framework into the same directory as your app so you don't need the entire framework but that tool costs over $1000 or so.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

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