Results 1 to 3 of 3

Thread: .net framework 4 question

  1. #1

    Thread Starter
    Lively Member swingyswongy's Avatar
    Join Date
    Jun 2010
    Location
    Bay area, CA
    Posts
    83

    .net framework 4 question

    So i designed a basic program that computes some math (useful to a specific group of poker players) in visual studio 2010 using 4.0 framework. My question is when i go to project settings under install prerequisites there is Microsoft .Net Framework 4 client profile and .net framework4 x86 ect checked, but this actually ends up causing most of my users to download and install this. Is this really necessary since my program uses basic math functions and items in the tool bar and nothing else (well and writing basic txt files to a location). Do users need this installed to run my program since it was created in 4.0 framework? thanks

  2. #2
    Hyperactive Member Philly0494's Avatar
    Join Date
    Apr 2008
    Posts
    485

    Re: .net framework 4 question

    Compile it to .NET 2.0 instead, almost everyone should have this framework installed.

    If it is really that simple you can also write it in Java, that will work across all operating systems.

  3. #3
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: .net framework 4 question

    Quote Originally Posted by philly0494 View Post
    compile it to .net 2.0 instead, almost everyone should have this framework installed.

    If it is really that simple you can also write it in java, that will work across all operating systems.
    blasphemy!

    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

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