.NET: MongoDB.Driver (2.19) Breaking Serialization Errors

Christopher Laine
IT Dead Inside
Published in
2 min readMay 9

--

MongoDB.Bson.BsonSerializationException: Type is not configured as an allowed type for this instance of ObjectSerializer

https://www.mongodb.com/docs/drivers/csharp/v2.19/faq/

This is a quick post for those screeching and pulling out their hair.

Recently, I upgraded my .NET MongoDB.Driver nuget package from 2.18.0 to 2.1.19.1 due to an identified security vulnerablity in the former.

--

--