Target framework, what does “.NET Framework … Client Profile” mean?
The client profile is a smaller version of the full .NET framework that contains only the more commonly used content. Scott wrote a nice post about this. Here and here is an official introduction. The client profile was added recently, so VS 2008 does not know about it yet. The client profile is one of … Read more