[mono-android] NotImplemenedException in ObservableCollection

2011-12-29 Thread grauenwolf
Really I've got two complaints. The first is a simple, "why is ObservableCollection(IEnumerable) not implemented?" More importantly, why is there no warning? This isn't an interface method so it shouldn't even be exposed if it isn't implemented. Or at the very least it should be flagged by the com

[mono-android] Select Device list is empty

2011-12-29 Thread grauenwolf
When I try to run my android application from MonoDevelop the "Select Device" window is empty. There are three emulators listed in the AVD manager. On my other computer I see all three emulators in the Select Device window. Any idea what went wrong? Jonathan Allen -- View this message in contex

[mono-android] MonoDroid: Why would this line throw a NullReferenceException?

2011-12-30 Thread grauenwolf
I can't figure out why this line is throwing a null reference exception under Mono for Android. The same code works fine for WPF, Silverlight, and Windows Phone. public PossessionCollection Possessions { get { return GetNew("Possessions"); } <-- } The stac