Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is "Client-only Framework subset" in Visual Studio 2008?

What does "Client-only Framework subset" in Visual Studio 2008 do?

like image 854
JP Richardson Avatar asked Sep 15 '08 22:09

JP Richardson


People also ask

What is the .NET framework for Visual Studio 2008?

NET Framework 4.0 is the last version to support Windows XP SP3, Windows Server 2003 SP2, Windows Vista SP1, Windows Server 2008 below SP1, Windows 7 before SP1 and Windows Server 2008 R2 before SP1.

How do I change the target framework in Visual Studio 2008?

Go to the properties of a project (Solution Explorer --> Project --> Properties or Menu Bar --> Project --> Properties) and on the Application tab you'll see Target Framework.


1 Answers

You mean Client Profile?

The .NET Framework Client Profile setup contains just those assemblies and files in the .NET Framework that are typically used for client application scenarios. For example: it includes Windows Forms, WPF, and WCF. It does not include ASP.NET and those libraries and components used primarily for server scenarios. We expect this setup package to be about 26MB in size, and it can be downloaded and installed much quicker than the full .NET Framework setup package.

like image 173
Gulzar Nazim Avatar answered Sep 17 '22 16:09

Gulzar Nazim