how to develop a PDA application with C# (visual studio 2005) thatuse web services

A

aymen.ghaffari

how to develop a PDA application with C# (visual studio 2005) that use
web services
please answer me because i'm blocked
 
S

Simon Hart [MVP]

I don't understand what you mean blocked. You need the Standard Edition or
later of Visual Studio 2005 to target devices. All editions of Visual Studio
that support device development support consumption of Web Services. VS 2008
Pro and later supports consumption of WCF services from device apps.
 
A

aymen.ghaffari

i have developped a device application with C# and i used web services
to enter to the database of my ERP(NAVISION) .
i started by a basic command like to return the list of client but
this error appears :unable to connect.
can you help me because i'm debutant in this domain .
 
P

Paul G. Tobey [eMVP]

You're not using a set of tools that many people here are likely to have.
Generally, if I had a Web service that I was trying to connect to from the
..NET Compact Framework and was getting a connection failure, I'd assume that
1) I wasn't trying to connect to the right server, or 2) that I didn't have
a network path to that server, or 3) I was connecting to the wrong TCP port
on the host. I don't suppose that you have a Web reference that points to
"localhost" or something? It should be obvious that you're not running the
Web service on the local device, so that can't be right...

Paul T.
 
A

aymen.ghaffari

can you guide me please to make this solution work.
this is my e-mail Adress (e-mail address removed)
please i need your help.
thanks
 
P

Paul G. Tobey [eMVP]

No.

This is where you'll get support. I gave you three possible causes for your
problem in my last message. Have you checked them? If so, tell us what you
did and what the results were. I'm not going to do your job for you.

Paul T.
 

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