I wanted to experiment for a while with .Net Framework Client Profile. So I created windows forms application to test which namespaces are included in this "client" version of the framework. I added reference all System.* assemblies. And what is the result:
If you check "client-only framework subset" option all the namespaces not included in the client subset will appear with exclamation sign. If you have source using some of these namespaces it will of course fail to build.
Read more about .NET Framework Client Profile :
Walkthrough: Deploying a .NET Framework Client Profile Application by using Windows Installer
Walkthrough: Deploying a .NET Framework Client Profile Application by using ClickOnce
Popularity: 1% [?]
Related posts:
- Authorization Store for .Net – .NET Sql Authorization Manager (NetSqlAzMan) Recently I started looking for best way to implement authorization...
- Resolving ClickOnce Issues with FireFox and Opera The project I am working on for the last two...
- Windows Live Social Network – Will It Succeed? At the beginning of December most of the Windows Live...
- Visual Studio 2008 New Features This is a list of the cool new features in...
