-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.7
-
Component/s: None
-
None
The driver is expecting the server to return MaxDocuments as an Int32, but it's actually being returned as a Double, which is causing an InvalidCastException.
Make the driver able to deal with MaxDocuments returned as any numeric type (by calling ToInt32 instead of AsInt32).
- is duplicated by
-
CSHARP-665 MaxDocuments is Int64
- Closed
-
CSHARP-4968 CLONE - MaxDocuments is Int64
- Closed