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 version(on the left): MongoDB.Bson.BsonSerializationException: Creator map for class TextSearchJob has 2 arguments, but none are configured.
Can someone explain this or point me to a documentation? 
所有评论(0)