Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6957851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:03:55+00:00 2026-05-27T15:03:55+00:00

I am new to MonoDroid, I have developed an application on MonoTouch which uses

  • 0

I am new to MonoDroid, I have developed an application on MonoTouch which uses web-services and i’m trying to port it on Android. I am using MonoDevelop on a Mac ( Mac OS X ).

I’ve tried to run the “Consuming Web Services” tutorial from Xamarin ( http://android.xamarin.com/index.php?title=Documentation/Guides/Consuming_Web_Services&file=58 ) but it doesn’t work, neither on my 2.2 simulator, nor on my HTC Legend device.

When i click on the button, the application freeze for 3-4 seconds, I don’t see any network activity on the status bar and then it crashes and close application.

Here’s the console trace :

I/MonoDroid( 1358): UNHANDLED EXCEPTION: System.InvalidOperationException: A Binding must be configured for this channel factory
I/MonoDroid( 1358): at System.ServiceModel.ChannelFactory.EnsureOpened () <0x000f0>
I/MonoDroid( 1358): at System.ServiceModel.ChannelFactory`1<TestWS.soatest.parasoft.com.ICalculator>.CreateChannel () <0x00013>
I/MonoDroid( 1358): at System.ServiceModel.ClientBase`1<TestWS.soatest.parasoft.com.ICalculator>.CreateChannel () <0x0001f>
I/MonoDroid( 1358): at System.ServiceModel.ClientBase`1<TestWS.soatest.parasoft.com.ICalculator>.get_InnerChannel () <0x00033>
I/MonoDroid( 1358): at System.ServiceModel.ClientBase`1<TestWS.soatest.parasoft.com.ICalculator>.get_Channel () <0x00013>
I/MonoDroid( 1358): at TestWS.soatest.parasoft.com.CalculatorClient.add (single,single) <0x0001b>
I/MonoDroid( 1358): at TestWS.ThreadDemo.button_Click (object,System.EventArgs) <0x0007f>
I/MonoDroid( 1358): at Android.Views.View/IOnClickListenerImplementor.OnClick (Android.Views.View) <0x0005f>
I/MonoDroid( 1358): at Android.Views.View/IOnClickListenerAdapter.n_OnClick_Landroid_view_View_ (intptr,intptr,intptr) <0x00063>
I/MonoDroid( 1358): at (wrapper dynamic-method) object.191f2c9a-a458-4c04-ae08-d2241fd3ff65 (intptr,intptr,intptr) <0x00033>
E/mono    ( 1358): 
E/mono    ( 1358): Unhandled Exception: System.InvalidOperationException: A Binding must be configured for this channel factory
E/mono    ( 1358):   at System.ServiceModel.ChannelFactory.EnsureOpened () [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at System.ServiceModel.ChannelFactory`1[TestWS.soatest.parasoft.com.ICalculator].CreateChannel () [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at System.ServiceModel.ClientBase`1[TestWS.soatest.parasoft.com.ICalculator].CreateChannel () [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at System.ServiceModel.ClientBase`1[TestWS.soatest.parasoft.com.ICalculator].get_InnerChannel () [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at System.ServiceModel.ClientBase`1[TestWS.soatest.parasoft.com.ICalculator].get_Channel () [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at TestWS.soatest.parasoft.com.CalculatorClient.add (Single x, Single y) [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at TestWS.ThreadDemo.button_Click (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 
E/mono    ( 1358):   at Android.Views.View+IOnClickListenerImplementor.OnClick (Android.

( yes it ends with Android. , i didn’t cut it )

Could anyone help me on that ?

Regards,
C.Hamel

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T15:03:56+00:00Added an answer on May 27, 2026 at 3:03 pm

    Apparently it was coming from the fact that I was using WCF implementation of web services when i had to use .NET 2.0.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have begun evaluating MonoDroid. (I've built many apps using Android+Eclipse) I created new-from-template
I am trying to use IronPython with monodroid (using a Android 4 phone) so
I'm currently using Monodroid to develop an android app. I'm rather new to phone
I'm trying to re-write a java android app into monodroid, however I have come
I'm trying to send some information to a server with Android using Monodroid. The
I'm currently developing a camera application for Android on which some problems have occurred.
New-style status messages (as in mobile apps and web interface) have new properties e.g.
I've been trying to implement this example using C# and Monodroid, but am having
I am using the latest version of Monodroid, 4.04, and am trying to connect
Using MonoDevelop, MonoDroid on a Mac 4.0.6 I am attempting running the sample project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.