Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- From: "Ron Jacobs" <RonJacobs@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 13:57:01 -0700
Thanks Alex, this certainly gets me pointed in the correct direction.
Unfortunately, I do not have the "correct" System.web.services.dll assembly
to move. The article you pointed to recommends moving the smart phone
assembly to the WinCe assembly location:
SP - C:\Program Files\Microsoft Visual Studio .NET 2003\CompactFrameworkSDK\
v1.0.5000\Windows CE\Smartphone\System.Web.Services.dll
CE / PPC - C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\
v1.0.5000\Windows CE\System.Web.Services.dll
Unfortunately, I don't have the smartphone assembly! Where can I get it?
"Alex Feinman [MVP]" wrote:
> You need to replace the System.Web.Services.dll that VS2003 builds against,
> as described by Casey here:
> http://www.brains-n-brawn.com/default.aspx?vDir=spwse
>
> The other way to deal with it is to create your own implementation of
> IWebRequestCreator and register it. See my sampl e for more details
> http://www.alexfeinman.com/download.asp?doc=SessionAwareWebSvc.zip
> This will work on all versions of CF
>
> --
> Alex Feinman
>
> ---
> Visit http://www.opennetcf.org
> "Ron Jacobs" <RonJacobs@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:A2788ABB-5A28-4053-8C52-4B30D9151510@xxxxxxxxxxxxxxxx
> >I am attempting to override SoapHttpClientProtocol.GetWebRequest on a class
> > using the compact framework. I have seen documentation that indicates
> > that I
> > will need SP1 (or higher) of the compact framework. I have installed the
> > latest service packs.
> >
> > I have version 1.0.5 of System.Web.Services referenced by this project,
> > but
> > I get a compile error:
> >
> > "E:\Development\CompactFramework\WinCeWSProxyClasses\DCISoapClient.cs(86):
> > 'ClientObjectModel.DCISoapClient.GetWebRequest(System.Uri)': no suitable
> > method found to override"
> >
> > I so another post that alluded to visual studio not integrating with the
> > service pack for the CF.
> > Is there another step I need to take?
> >
> > thanks in advance,
> >
> > Ron Jacobs
>
>
.
- Follow-Ups:
- Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- From: Alex Feinman [MVP]
- Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- References:
- overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- From: Ron Jacobs
- Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- From: Alex Feinman [MVP]
- overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- Prev by Date: Re: Setting the "ShowUpDown" style of DataTimePicker in OpenNETCF
- Next by Date: Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- Previous by thread: Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- Next by thread: Re: overriding SoapHttpClientProtocol.GetWebRequest on WinCe
- Index(es):
Relevant Pages
|