Compact Framework SP2-WebException Error within MapPoint Web Service

G

Guest

Hi Mike

I can successfully use the MapPoint Web service in a Web form application. But when I try to use it in the compact framework SP2 in a windows form (using the PocketPC Emulator in Smart Device Application also upgraded to SP2), I am getting the following exception

"An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dl
Additional information: Unable to connect to the remote server

This message occurs when I try to invoke the services of MapPoint Web service. I have an evaluation account with MapPoint and my credentials work with the Windows form, ok

Thanks for your help

Subject: Re: Compact Framework SP2-WebException Error with MapPoint Web Service 4/15/2004 8:11 PM PST

By: Mike (search by author) In: microsoft.public.dotnet.framework.compactframework

What is the text of the exception


Hello
I'm gotting a Web Exception Error when I submit the command below to the MapPoint Web Service using the Compact Framework SP2

findSpec.InputPlace = txtLocation.Tex
findSpec.DataSourceName = "MapPoint.World

searchResults = myFindService.Find(findSpec

I received the answer below from the people of the Microsoft MapPoint Web Service

Hi

It depends on what is root cause of the error. It appears to be
Compact Framework SP2 error. The MapPoint team has no control over th
compact framework. You should throw this out there to the Compac
Framework team on the appropriate newsgroup.

Steven Pushee <[email protected]

I need some help.........tk
 
B

baramee

You setup network on PocketPC Emulator in Smart Device?
If not, you have to setup and test your web service from Pocket IE before
you call web services from program.
For ensure that environment on emulator is not problem.

DEV_API said:
Hi Mike,

I can successfully use the MapPoint Web service in a Web form application.
But when I try to use it in the compact framework SP2 in a windows form
(using the PocketPC Emulator in Smart Device Application also upgraded to
SP2), I am getting the following exception.
"An unhandled exception of type 'System.Net.WebException' occurred in System.Web.Services.dll
Additional information: Unable to connect to the remote server"

This message occurs when I try to invoke the services of MapPoint Web
service. I have an evaluation account with MapPoint and my credentials work
with the Windows form, ok?
Thanks for your help.


Subject: Re: Compact Framework SP2-WebException Error with MapPoint Web Service 4/15/2004 8:11 PM PST

By: Mike (search by author) In: microsoft.public.dotnet.framework.compactframework

What is the text of the exception?


Hello,
I'm gotting a Web Exception Error when I submit the command below to the
MapPoint Web Service using the Compact Framework SP2:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top