[mono-android] Web Service in Visual Studio

Wally McClure theevilprogrammer at hotmail.com
Wed Feb 15 14:54:41 UTC 2012


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: notacommie at gmail.com
To: monodroid at lists.ximian.com
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 <johnv at fourmasters.net> 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
Monodroid at lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodroid/attachments/20120215/d257b675/attachment-0001.html>


More information about the Monodroid mailing list