Is there a way to call a webservice from a .Net 4 Client Profile client? My understanding is that System.Web is not available in the Client Profile 4.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

System.Web.Services is available in the client profile. It was split apart from System.Web for .NET 4 just for this very scenario.

link|improve this answer
Nice, thanks Matt! – Sean Kearon Aug 29 '10 at 15:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.