Re: [mono-android] Debugging in VS2010 is unusable!

2012-12-23 Thread Jeremy A. Kolb - ARA/NED
You need to purchase the product in order to debug on the phone. It works pretty well on the phone though inspecting variables can fail sometimes. From: monodroid-boun...@lists.ximian.com [monodroid-boun...@lists.ximian.com] on behalf of dfabri [myfuto...

Re: [mono-android] DatabaseUtils.getTypeOfObject binding is missing

2012-12-23 Thread Jeremy A. Kolb - ARA/NED
jonp answered this. He said that while the method is public it is marked with @hide or @hidden or whatever it is in the java world. Personally I think it's stupid that metadata like that can override the access specifier but then again that's why I use C# and not Java ;) ___