Re: [mono-android] Xamarin - Amazon S3

2013-11-15 Thread spcware
I believe it is a runtim error with the Xamarin version of Amazon AWS SDK. The SDK uses XSLT files at runtime to process the XML responses and the Xamarin version of Amazon AWS SDK does NOT include the XSLT in the project as EmbeddedResources. Set all XSLT files as EmbeddedResources and rebuild t

Re: [mono-android] Xamarin - Amazon S3

2012-11-29 Thread Jonathan Pryor
On Nov 29, 2012, at 1:58 AM, c.hermann wrote: > i get following exception: > > 11-29 07:53:36.684: D/AMAZON:(9021): Object reference not set to an instance > of an object - at System.Xml.XmlInputStream.Initialize (System.IO.Stream > stream) > 11-29 07:53:36.684: D/AMAZON:(9021): at > Syste

Re: [mono-android] Xamarin - Amazon S3

2012-11-28 Thread c.hermann
Hi Jon, i get following exception: 11-29 07:52:09.794: D/AMAZON:(8194): GO 11-29 07:52:09.794: D/AMAZON:(8194): CHECK 11-29 07:52:09.919: D/AMAZON:(8194): USING 11-29 07:53:32.848: D/AMAZON:(9021): GO 11-29 07:53:32.848: D/AMAZON:(9021): CHECK 11-29 07:53:32.989: D/AMAZON:(9021): USING 11-29 07:5

Re: [mono-android] Xamarin - Amazon S3

2012-11-28 Thread Jonathan Pryor
On Nov 28, 2012, at 9:19 AM, Christian Hermann wrote: ... > But i always get an error at this line: using (ListBucketsResponse response = > client.ListBuckets()) > > System.NullReferenceException: Object reference not set to an instance of an > object What's the full stack trace? There are t

[mono-android] Xamarin - Amazon S3

2012-11-28 Thread Christian Hermann
Hi, i`am trying to connect to amazon S3 with this: https://github.com/xamarin/amazon this is my testcode: public static AmazonS3 client; protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); SetContentView(Resource.Layout.M