|
-
Feb 16th, 2011, 06:00 AM
#1
Thread Starter
PowerPoster
Target Frameworks Change Standard
Ola,
Each new project VS sets the Frameworks to 4 Client. How do I change it that it always chooses Full?
Thanks in advance.
-
Feb 16th, 2011, 09:14 AM
#2
Re: Target Frameworks Change Standard
when you create a new project... BEFORE you select the project type... there should be a drop down that sets the initial default type... just select FW 4.0 Full...
-tg
-
Feb 16th, 2011, 09:30 AM
#3
Thread Starter
PowerPoster
Re: Target Frameworks Change Standard
Hmm.... it only says Frameworks 4... not Client or Full.
-
Feb 16th, 2011, 11:00 AM
#4
Re: Target Frameworks Change Standard
4 is full. There are only two choices: .NET 4 or .NET 4 Client Profile. "Full" is a more convenient way to refer to ".NET Framework 4" and also include the information "I mean the version that is not the client profile, since technically both are .NET Framework 4".
*edit*
Also, is there any particular reason why you don't want to target the client profile? It's a smaller download for someone who doesn't have .NET 4 yet, and the things it doesn't have compared to .NET 4 are generally used in enterprise environments where it's easier to ensure the full profile is installed.
Last edited by Sitten Spynne; Feb 16th, 2011 at 11:47 AM.
-
Feb 16th, 2011, 11:56 AM
#5
Thread Starter
PowerPoster
Re: Target Frameworks Change Standard
I'm using components which need the full version. Otherwise I wouldn't ask this.
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
|