I've tried all the things that I can think off, but nothing here works for me. Even tried the other topics about this that I found, but I didn't work out.
I've got a tableview that's populated with some customcells that I've made. Now I want to change the view when the user clicks on one of these customcells, but I receive every time a *Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object* Both are childs of the UIViewController class. So I tried the this.NavigationController.... that didn't work, next I made my customcell class inherit from my mainviewcontroller and cal the base.NavigationController, didn't work either. Last I tried to send an instance of my navigationcontroller to my customcell class and push the view that way, didn't work either.. So now I'm out of options :( -- View this message in context: http://monotouch.2284126.n4.nabble.com/Monodevelop-NullReferenceException-on-navigationcontroller-pushviewcontroller-tp4647823.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
