Multiple choice technology platforms and products

Which of the following is not correct about .NET Framework Client Profile?

  1. It is a subset of the full .NET Framework 3.5 SP1 that targets client applications

  2. It includes only client-specific assemblies (i.e. Win Forms, WPF, WCF, ClickOnce) and doesn’t contain any of the server-specific assemblies (i.e. LINQ To SQL, Windows Workflow Foundation)

  3. The size of the .NET Framework Client Profile is 26 MB

  4. A client machine that has the .NET Framework Client Profile cannot later upgrade to the full version of the .NET Framework if needed

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The question asks for the INCORRECT statement. Option D is wrong because a client machine with .NET Framework Client Profile CAN be upgraded to the full .NET Framework 3.5 SP1 - the Client Profile is specifically designed as an installable subset that can later be expanded to the full version. Options A, B, and C are all correct statements about the Client Profile.