Mongodb – BsonSerializationException: Creator map for class has 2 arguments, but none are configured
I have a TextSearchJob object to store on MongoDB. I am rather new with the database and I don't know why I have this error with the IDictionary version (on the right) while I have no error with the IEnumerable…