I am experiencing a problem which I cannot seem to solve.
I have created a WCF service which is currently hosted in a console application for testing purposes.
I created a client using the compact framework version of svcutil.exe and created a windows handheld 6.5 application which is running on a mobile device.
However when sending attempting to call the WCF service I get the error:
There was no endpoint listening at {"URL"} that could accept the message...
I have created another client as a console application on a PC using svcutil.exe and this works fine.
Are there any reasons why the mobile device cannot connect to the service and the console client can??
I can ping the server from the mobile device.
Thanks