jorgediz / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

Support .NET Client Profile #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As per following request:

Our product is WPF based and is using .NET 3.5. MS just released 3.5 SP1
which contains the concept of a client profile which is a reduced
installation of .NET which contains the most common client assemblies. We'd
like to use this profile to reduce the download time of our application but
it appears as though XML-RPC.NET references System.Web which is not
contained in the client profile.

In our case we are only using the client portion of XML-RPC and don't have
a need for the server ( which I'm assuming the System.Web is used for ). Do
you think it'd be possible to pare down the build of XML-RPC to remove the 

Original issue reported on code.google.com by ChasC...@gmail.com on 1 Nov 2008 at 5:39

GoogleCodeExporter commented 8 years ago
.NET client profile supported in release 3.0

Original comment by ChasC...@gmail.com on 6 Mar 2011 at 10:09