You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
I have just pulled the EmployeeDirectory app, and when I run the Android app, after logging in, an exception is thrown in the PeopleGroupsAdapter.cs (A System.InvalidCastException was thrown. Cannot cast from source type to destination type.)
I recently revisited this, and running this on at least API 14 on an Intel emulator it worked (I didn't try anything older). I don't know why that makes a difference. I did get this occasionally on API 18 (I think) using an ARM based emulator.
Update: Tested on API 16 using Intel Emulator, and it works fine out of the box.
I have just pulled the EmployeeDirectory app, and when I run the Android app, after logging in, an exception is thrown in the PeopleGroupsAdapter.cs (A System.InvalidCastException was thrown. Cannot cast from source type to destination type.)
Someone else has had this problem see here
http://forums.xamarin.com/discussion/9492/what-is-wrong-with-this-code
and here
http://stackoverflow.com/questions/21587387/cannot-cast-from-source-type-to-destination-type
The text was updated successfully, but these errors were encountered: