Which of the following is not correct about .NET Framework Client Profile?
It is a subset of the full .NET Framework 3.5 SP1 that targets client applications
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)
The size of the .NET Framework Client Profile is 26 MB
A client machine that has the .NET Framework Client Profile cannot later upgrade to the full version of the .NET Framework if needed
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.