Search

VSIP: Client Profile is default Target Framework for new projects by jessielu

Closed
as By Design Help for as By Design

2
0
Sign in
to vote
Type: Bug
ID: 524786
Opened: 1/13/2010 11:57:00 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
I created a new project with target framework set to .NET Framework 4. After the project was created, the project properties page shows the Target Framework as .NET Framework 4 Client Profile. This is a problem for 3rd party assemblies that target the .NET Framework 4 because they may not build against the Client Profile.
Details (expand)

Product Language

English

Version

Visual Studio 2010 Beta 2

Operating System

Windows 7

Operating System Language

English

Steps to Reproduce

1. Create a new C# Windows Forms Application with the target framework set to .NET Framework 4.
2. Open the project properties page.

Actual Results

The target framework is .NET Framework 4 Client Profile.

Expected Results

The target framework should be .NET Framework 4.
      You can indicate your satisfaction with how Microsoft handled this issue by completing this quick 3 question survey. [Details]

 

File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/20/2010 at 3:23 PM
I should also mention that indeed there are existing 3rd party components/controls that were mainly developed for Net 3.5 and VS 2008 and are not working when projects are targeting Net4 Client Profile.
Our understanding is that many of the vendors are looking to provide a new version of their controls in the near future . Until then the workaround is to retarget the project to Net4 Full.
Posted by Microsoft on 1/20/2010 at 3:18 PM
Hi
Per blog below this is by design. We changed many of the client project templates to target Net4 Client Profile by default.
Net4 Client Profile is likely what most developers need for most client projects and should provide the small optimal deployment to end user
Developers can always retarget their project to Full.
See blog:
http://blogs.msdn.com/jgoldb/archive/2009/10/19/what-s-new-in-net-framework-4-client-profile-beta-2.aspx

Thanks fro reporting this. Jossef
Posted by Microsoft on 1/13/2010 at 6:32 PM
Thank you for your feedback, We are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Posted by David A Nelson on 1/13/2010 at 4:18 PM
You can always change the target framework...
Sign in to post a workaround.