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


what "client-only framework subset" in visual studio 2008 do?

you mean client profile?

the .net framework client profile setup contains assemblies , files in .net framework typically used client application scenarios. example: includes windows forms, wpf, , wcf. not include asp.net , libraries , components used server scenarios. expect setup package 26mb in size, , can downloaded , installed quicker full .net framework setup package.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -