M
MR
Hi ,
I wrote a little application that accesses some web
services. When I run it using the emulator, it runs
perfectly fine, but when I run it in the actual device I
get an Exception "An unhandled exception of
type 'System.TypeLoadException' occurred in
System.Web.Services.dll" on the line of code:
this.Url= "http://192.168.1.100/wsIntegrate/AdvantageServic
e.asmx"; //file create by the WSDL.exe
Any tips or idea of what I am doing wrong?
Thanks,
Manuel
..
I wrote a little application that accesses some web
services. When I run it using the emulator, it runs
perfectly fine, but when I run it in the actual device I
get an Exception "An unhandled exception of
type 'System.TypeLoadException' occurred in
System.Web.Services.dll" on the line of code:
this.Url= "http://192.168.1.100/wsIntegrate/AdvantageServic
e.asmx"; //file create by the WSDL.exe
Any tips or idea of what I am doing wrong?
Thanks,
Manuel
..