I ran into the same exception reported at CSHARP-917 except my issue arose when querying a RawBsonDocument collection. My workaround is to use a filter builder instead of a LINQ expression.
- related to
-
CSHARP-917 Dictionary serializers should implement IBsonDocumentSerializer
- Closed