Details
-
Bug
-
Resolution: Done
-
Major - P3
-
1.7
-
None
-
None
Description
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).
Attachments
Issue Links
- is duplicated by
-
CSHARP-665 MaxDocuments is Int64
-
- Closed
-