No crash dialogue is produced and I can't find anything in the console to show what happened. The simulator just stops.
I am attempting to call a wcf service and return the results. This works fine when the wcf service just has one of my methods and I generate the proxy and call from mono touch. However, when the service has two methods and I generate the proxy and call from mono touch, it will successfully send to the wcf service and the service will generate a response (I have added logging in the service to confirm this), yet mono touch will not hit the handler that receives the response. I think it is somehow choking trying to translate the result via the proxy. I should add that the wcf methods both return custom objects and are fairly complex objects, yet they both work perfectly fine when only one is in the wcf service and I generate the proxy and call from mono touch. Having both in the wcf at the same time and generating the proxy is what causes the problem. All setups work fine calling from a windows client also. -- View this message in context: http://monotouch.2284126.n4.nabble.com/app-is-crashing-without-error-tp4580732p4586461.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
