2
votes
1answer
38 views

ServiceStack error in Release build of Mondroid app

I have mnodroid app that works fine in debug mode but gives me the following error when I build and run in release mode: UNHANDLED EXCEPTION: System.Net.WebException: Error: NameResolutionFailure ...
1
vote
2answers
153 views

ServiceStack web service hosting on monotouch/monodroid?

I'm currently trying to host a REST webservice on ios/android using Xamarin and monotouch/monodroid. I already successfully have a basic webserver running using HttpListener, but now I would like to ...
1
vote
1answer
166 views

Getting Authentication working on Mono for Android with servicestack

I've got ServiceStack working nicely on the server and with a Windows test client, and now need to get it working in my Mono For Android application. I've downloaded the following: ...
3
votes
1answer
339 views

WCF with Android (TCPBinding) and ServiceStack

I'm investigation different options to access remote data for an Android application(in the future WindowsEmbedded and possibly iOS with monotouch), so I've made some tests and I'm trying to ...
1
vote
1answer
238 views

Getting servicestack working on monodroid

I'm trying to reference the servicestack dlls in a new monodroid project and I'm getting build errors. I grabbed the dlls from here: ...
2
votes
1answer
382 views

Can ServiceStack be used for HTTP Server Push (HTTP streaming) from Monotouch & Mono for Droid

Can ServiceStack be used for HTTP Server Push (HTTP streaming) from Monotouch & Mono for Droid My understanding of HTTP streaming is that the connection remains open after the response allowing ...
1
vote
1answer
246 views

Sharing code between sqlite-net and servicestack ormlite?

I am using sqlite-net to store data on my MonoDroid mobile application. I am wanting to sync this data with a server side service as well. Would it be possible to share the code for my Entity objects ...
1
vote
1answer
343 views

Error in ServiceStack JSON processing under MonoDroid

I'm trying to use ServiceStack for Json serialization/deserialization in MonoDroid project. I've built ServiceStack to run it in MonoDroid environment, but now I have issue with JSON deserialization. ...
2
votes
1answer
787 views

How to build ServiceStack to use it with MonoDroid?

I'm trying to use ServiceStack REST DTO and OrmLite with monoDroid. But I can't fugure out how to build ServiceStack to use it. By default I have error while deploing to mobile device: C:\Program ...
4
votes
2answers
408 views

MonoTouch / MonoDroid Service Layer incompatibilities?

We've begun to build Cross platform Android/iOS apps, having built exclusively in MonoTouch before. We're evaluating MonoDroid. Our apps need to consume JSON and we'd like to use ServiceStack. ...