Re: [MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal

2012-03-09 Thread Nic Wise
Did I miss something? It's not on the release notes there I normally read them at least a little bit :) (doesn't matter now, but would be good to know if I'm smoking crack and missed it) On Fri, Mar 9, 2012 at 01:10, Sebastien Pouliot sebast...@xamarin.com wrote: Hello Karl, AFAIK

Re: [MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal

2012-03-09 Thread Sebastien Pouliot
Hello Nic, It was in the release notes [1]. However, at the time, the condition was not reproducable by anyone (just an error in a user's application log). I suspect most people testing the iOS 5.1 beta releases where using provisioned devices where the error does not occur. In retrospect we

Re: [MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal

2012-03-09 Thread Nic Wise
Yup. It would be a hard one to track down - there is NO error reporting in iOS, just a exited with error 255. No stack dump, no nothing. Atleast a rebuild fixes it. Thanks! On Fri, Mar 9, 2012 at 13:32, Sebastien Pouliot sebast...@xamarin.com wrote: Hello Nic, It was in the release notes

[MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal

2012-03-08 Thread Karl Heinz Brehme Arredondo
Hi, Today our helpdesk reported a user that sent a captured ipad screen with a strange error message that is stranger than I could imagine..: 'Access to the path /private/var/mobile/Application/BLABLABLAWHISKASSACHET/MyApp.app/[Unknown] is denied.' That mean that after to subscribe/download

Re: [MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal

2012-03-08 Thread Sebastien Pouliot
Hello Karl, AFAIK this error is caused by a change in iOS 5.1 that does not allow everyone to write to `stdout` (and return an access denied). It should only occurs when using Console.WriteLine and was fixed in MonoTouch 5.2.4 [1] (where the exception will be ignored, i.e. no writing on

Re: [MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal

2012-03-08 Thread Karl Heinz Brehme Arredondo
...@xamarin.com Date: Thu, 8 Mar 2012 20:10:04 -0500 To: Karl Heinz Brehme Arredondo k...@e-magesolutions.com Cc: monotouch@lists.ximian.com monotouch@lists.ximian.com Subject: Re: [MonoTouch] Strange issue iOS5.1 vs Environment.SpecialFolder.Personal Hello Karl, AFAIK this error is caused