Top ".net-client-profile" questions

The .NET Framework Client Profile is an optimized subset of the .NET Framework targeting client applications.

How do you UrlEncode without using System.Web?

I am trying to write a windows client application that calls a web site for data. To keep the install …

c# .net urlencode .net-client-profile
Differences between Microsoft .NET 4.0 full Framework and Client Profile

The Microsoft .NET Framework 4.0 full installer (32- and 64-bit) is 48.1 MB and the Client Profile installer is 41.0 MB. The extracted …

.net .net-4.0 .net-client-profile
A complete WiX 3.6 bundle example bootstrapping a .NET 4 Client Profile

I tried to construct a working example of a WiX 3.6 installation script. We currently use WiX 3.5 and now we would …

wix wix3.6 bootstrapping .net-client-profile
.NET Framework 4 Client Profile + System.Web.dll?

I'm currently developing an application for .NET 4 Client Profile, as this is the version that will be present on most …

.net dll .net-client-profile system.web
Target framework, what does ".NET Framework ... Client Profile" mean?

In Visual Studio 2008, the target framework settings for a project are .NET Framework 2.0 .NET Framework 3.0 .NET Framework 3.5 However, in Visual …

visual-studio-2010 .net-client-profile
Check .NET 4 Full Framework is installed

If the .NET 4 Framework is not installed, the application bring a message, but if only the client framework is installed …

c# .net .net-4.0 .net-client-profile
'.NET Framework 3.5 SP1 Client Profile' prerequisites

I have a .Net Setup Project and set the install location for prerequisites to 'download from same location as my …

visual-studio-2010 .net-3.5 installation prerequisites .net-client-profile