Re: [mono-android] System.NullReferenceException at OnStart() in Background service.

2012-10-10 Thread smartamrit
Hi Max, I have solved the problem for the gps but i am stuck with the maintaining log in status of user. Please follow this link to find details of my problem. http://stackoverflow.com/questions/12825779/saving-user-login-state Send By Amrit Subedi Date: Sun, 7 Oct 2012 11:28:08 -0700 From

[mono-android] System.NullReferenceException at OnStart() in Background service.

2012-10-07 Thread smartamrit
I am trying to update the the user location every defined time but when ever i implement requestLocationUpdates function to my application, it crash. Please find the code and logcat log in the url below and help me solve this problem. My code and logcat

Re: [mono-android] System.NullReferenceException

2011-08-05 Thread Andrew Sinclair
m] On Behalf Of Jonathan Pryor Sent: 05 August 2011 15:30 To: Discussions related to Mono for Android Subject: Re: [mono-android] System.NullReferenceException On Aug 5, 2011, at 10:09 AM, Greg Shackles wrote: > Yeah it's failing when building your resources. Unfortunately I don't think the

Re: [mono-android] System.NullReferenceException

2011-08-05 Thread Greg Shackles
Awesome! That would have saved me a ton of time when building my app, so I look forward to hopefully having a fix for the next one :) - Greg On Fri, Aug 5, 2011 at 10:29 AM, Jonathan Pryor wrote: > On Aug 5, 2011, at 10:09 AM, Greg Shackles wrote: > > Yeah it's failing when building your resour

Re: [mono-android] System.NullReferenceException

2011-08-05 Thread Jonathan Pryor
On Aug 5, 2011, at 10:09 AM, Greg Shackles wrote: > Yeah it's failing when building your resources. Unfortunately I don't think > there's (currently) a good way of getting the actual error if it's not > already being surfaced in the build output or error message. In those cases I > usually end u

Re: [mono-android] System.NullReferenceException

2011-08-05 Thread Greg Shackles
Yeah it's failing when building your resources. Unfortunately I don't think there's (currently) a good way of getting the actual error if it's not already being surfaced in the build output or error message. In those cases I usually end up pulling things out and rebuilding until I can locate where

Re: [mono-android] System.NullReferenceException

2011-08-05 Thread Wally McClure
Nevermind. I had an error in my layout file. Wally From: theevilprogram...@hotmail.com To: monodroid@lists.ximian.com Date: Fri, 5 Aug 2011 09:58:21 -0400 Subject: [mono-android] System.NullReferenceException http://pastebin.com/JnS2vcgG I'm getting a null reference exception. I&

[mono-android] System.NullReferenceException

2011-08-05 Thread Wally McClure
http://pastebin.com/JnS2vcgG I'm getting a null reference exception. I'm not quite sure where its specifically coming. I think its to be coming from aresgen. I have put the build output into pastebin and was hoping that another set of eyes might be able to see what is going on. Any ideas, s