The other question is are you running in debug or release mode? If the application is running in debug mode, it automagically gets the internet permission whether it is specified or not. If you run in release mode, you will need to add the internet permission to the application. Wally
Date: Wed, 15 Feb 2012 07:50:12 -0700 From: [email protected] To: [email protected] Subject: Re: [mono-android] Web Service in Visual Studio You created a manifest file through the project settings page? Did you look at the permissions in the Properties\AssemblyInfo.cs file first? And the error you posted looked like a bad address/port in your WCF configuration. Do you have that client configuration working from a Windows project? On Wed, Feb 15, 2012 at 6:52 AM, johnv <[email protected]> wrote: there was no manifest file, so I created one, and added the INTERNET permissions .. no joy, same result. I then tried to access my service through the emulator, and got WEB Page Not Available message The emulator will find pages on the internet If I access my service through a browser on my PC it comes up ok _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
