dlmelendez/identitydocumentdb

Exception using v 1.15.0 of Microsoft.Azure.DocumentDB nuget.

Closed this issue · 3 comments

Upgraded to latest stable v 1.15.0 of Microsoft.Azure.DocumentDB nuget and I'm getting the following exception.

System.MissingMethodException occurred HResult=0x80131513 Message=Method not found: 'Void Microsoft.Azure.Documents.Client.DocumentClient..ctor(System.Uri, System.String, Microsoft.Azure.Documents.Client.ConnectionPolicy, System.Nullable1<Microsoft.Azure.Documents.ConsistencyLevel>)'.
Source=ElCamino.AspNet.Identity.DocumentDB
StackTrace:
at ElCamino.AspNet.Identity.DocumentDB.IdentityCloudContext6..ctor(String uri, String authKey, String database, ConnectionPolicy policy, String usersCollection, String rolesCollection) at ElCamino.AspNet.Identity.DocumentDB.IdentityCloudContext1..ctor(String uri, String authKey, String database, ConnectionPolicy policy, String usersCollectionName, String rolesCollectionName)`

Looking into this. I was able to repro on the sample mvc project.

Thank you.

Important! This package should be upgraded to the ElCamino.AspNetCore.Identity.AzureTable package. Check here https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.