|
-
Jun 27th, 2010, 07:36 PM
#1
Thread Starter
Lively Member
.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
-
Jun 27th, 2010, 07:41 PM
#2
Hyperactive Member
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.
-
Jun 27th, 2010, 08:16 PM
#3
Re: .net framework 4 question
 Originally Posted by philly0494
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
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|