Error thrown when trying to convert from MongoDB BsonArray to IEnumerable<Users> a collection of a POCO instances
问题 All: Here is the information about my development environment: MongoDB 3.0.0 MongoDB C# Driver Version 1.7.0.4714 Microsoft Visual Studio Professional 2013 .NET Framework 4.0 Here is one of the POCO Classes that is used in our project: public class AppUsers { public Object Id { get; set; } public int UserID { get; set; } public int CompanyID { get; set; } public string Username { get; set; } public string Password { get; set; } public int RoleID { get; set; } public DateTime LoginTime { get;