Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new mongo drivers instead of outdated. #18

Open
alex-erygin opened this issue Feb 16, 2016 · 5 comments
Open

Use new mongo drivers instead of outdated. #18

alex-erygin opened this issue Feb 16, 2016 · 5 comments

Comments

@alex-erygin
Copy link

No description provided.

@sergiorykov
Copy link

+1

@NickAb
Copy link

NickAb commented Mar 12, 2016

Use of old mongo leads to exception in ASP.NET Core projects when referencing both MongoMigrations and newer Mongo Driver.
I have non english language as system language

System.TypeLoadException: Отсутствует реализация метода "get_ReadConcern" в типе "MongoDB.Driver.MongoServerSettings" из сборки "MongoDB.Driver.Legacy, Version=2.0.1.27, Culture=neutral, PublicKeyToken=null".

But basically it reads that get_ReadConcern is not present on MongoDB.Driver.MongoServerSettings in assembly MongoDB.Driver.Legacy, Version=2.0.1.27, Culture=neutral, PublicKeyToken=null

@denkj
Copy link

denkj commented Jun 11, 2018

I have an error in English.

Unhandled Exception: System.TypeLoadException: Method 'get_ReadConcern' in type 'MongoDB.Driver.MongoServerSettings' from assembly 'MongoDB.Driver.Legacy, Version=2.0.1.27, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at MongoDB.Driver.MongoClientExtensions.GetServer(MongoClient client)
at MongoMigrations.MigrationRunner..ctor(String mongoServerLocation, String databaseName)

@jonpaulsalomon
Copy link

Same problem here

@letitechera
Copy link

Was this fixed??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants