SP2 (netcf.core.ppc3.x86.cab): WebException on calling WebMethod

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On trying to call a WebMethod I get a "System.Net.WebException (Status:
ConnectFailure)" after installing SP2. Reinstalling the original version
makes it work again.

The WebMethod gets an XMLElement and returns a DataSet.

The problem occurs in the emulator, on my (arm-)device it works.

What's the problem?

D.Barisch
 
You might need to update the framework on the emulator
using the "Connect Emulator with ActiveSync" tool and
NetCFSetup.exe .

Pyt
-----Original Message-----
 
You might need to update the framework on the emulator
using the "Connect Emulator with ActiveSync" tool and
NetCFSetup.exe .

I "switched off" the emulatur (not "save the emulator state") and replaced
the file "netcf.core.ppc3.x86.cab" in my CompactFrameworkSDK-directory with
the one from the SP. Then I restarted my application, which causes the
emulator to restart, to copy the cab-file from the SDK-directory and to
install the CF.
And as I said: If I do the same with the original file, the exception isn't
thrown any longer.

D.Barisch
 
I'm pretty sure I updated my PPC2003 emulator with netcf.all.wce4.X86.cab
Maybe that's the problem?
 
I'm pretty sure I updated my PPC2003 emulator with netcf.all.wce4.X86.cab
Maybe that's the problem?

I'm pretty sure that I didn't replace "netcf.all.wce4.X86.cab" in my
SDK-directory and I'm pretty sure that I'm using PPC2002 (after looking at
the title of the emulator-window and checking the Version (3.0.11171) in
Settings/Info).

???
D.Barisch
 
could you please include some sample code, so we can further investigate
your problem.
 
Back
Top