Tagged Questions
1
vote
2answers
159 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
0answers
132 views
ServiceStack.Text.MonoTouch “Could not AOT the assembly”
I am getting an issue compiling my application for a device in debug mode only. It will work in release mode. I am linking every assembly.
error MT3001: Could not AOT the assembly ...
1
vote
1answer
121 views
How can MonoTouch supply cookie on each ServiceStack request?
I've spent several days attempting to get to grips with ServiceStack and it seems great. Only issue is with authentication which seems to be a lot of friction, hard work and tears.
I want MonoTouch ...
3
votes
1answer
239 views
MonoTouch debug not building with ServiceStack.Text (AOT error)?
I have just started using the ServiceStack.Text.MonoTouch.dll in my MonoTouch solution. Everything compiles and runs in the simulator, but as soon as I try to run a Debug build on the phone the ...
9
votes
0answers
210 views
How to force Monotouch AOT Compiler to see a nested generic method?
I've had to jump through hoops but I've almost managed to get ServiceStack working on iOS with Monotouch in my project. One runtime JIT exception is holding out...
System.ExecutionEngineException: ...
4
votes
1answer
143 views
Is there any documentation for ServiceStack.Text.JSConfig with regard to MonoTouch AOT helpers?
Is there any documentation for ServiceStack.Text.JSConfig with regard to MonoTouch AOT helpers?
I Found this...
ServiceStack JIT Error on MonoTouch
and I've had a look at the code but there are no ...
1
vote
1answer
121 views
Calling ServiceStack.Text.JsConfig.RegisterTypeForAot<T>(); with MonoTouch causes SIGSEGV on startup on device
I've been trying to use ServiceStack.Text.JsConfig.RegisterTypeForAot(); in an method that is not used at runtime to cure my AOT issues but have run into other weird issues when I have too many calls ...
0
votes
0answers
284 views
Cannot convert model type… to ServiceStack.Text.JsonObject
I'm using ServiceStack.Text to parse WorldWeatherOnline's Marine Api on Monotouch.
This is the error "Cannot implicitly convert type DiveConditions.Model.Weather' toServiceStack.Text.JsonObject'"
...
2
votes
1answer
397 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 ...
0
votes
1answer
231 views
ServiceStack MonoTouch client with Basic Auth - JSON Parser and Cookie exceptions
For starters, BasicAuth seems to be properly configured on the service side (the service is a REST service, inheriting from RestServiceBase, if that's of any importance here), at least it works ...
2
votes
2answers
311 views
AOT Compile error when trying to serialize custom object using ServiceStack on Monotouch
I'm trying to serialize an object using servicestack in monotouch and I can't for the life of me figure out how to get the classes to be available when doing an AOT build for the device. The build ...
2
votes
1answer
197 views
ServiceStack Monotouch iPhone/Release Build Fails
UPDATE - This indeed fails only in release builds, but only when the LLVM compiler option is used. Creating a self-contained test case for Xamarin that I'll post as the answer.
I have a project ...
2
votes
1answer
262 views
ServiceStack JIT Error on MonoTouch
I have seen a previous SO Question here that discusses a similar (identical?) issue, but there was no answer there that could satisfy my problem.
My Environment:
MonoDevelop 3.0.3.2
Installation ...
1
vote
2answers
340 views
MonoTouch: Using ServiceStack caused JIT error?
I am using the MonoTouch build of Service Stack from https://github.com/ServiceStack/ServiceStack/tree/master/release/latest/MonoTouch
When run on a iPad, I get a JIT error. I thought MonoTouch took ...
4
votes
2answers
410 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. ...
2
votes
1answer
521 views
ServiceStack: Newbie Deserializing Json
I am writing a helloworld MonoTouch App to use ServiceStack to consume Json and have a two part related question.
My test json is: ...
2
votes
2answers
599 views
Error serializing with ServiceStack JSON on MonoTouch
I am experimenting with ServiceStack's JSON engine. I grabbed the MonoTouch binary build, v2.20. Works fine from simulator, but from the iOS device (iPad2, iOS5) I get an exception thrown by the type ...