alanning / MongoProviders

ASP.NET Membership and Role Providers for MongoDB
MIT License
44 stars 20 forks source link

Update to MongoDb Driver 1.5 #4

Open dkrossa opened 12 years ago

dkrossa commented 12 years ago

When I updated to the latest mongodb driver (1.5) for my project, MongoWsat threw an exception, which seem to be in MongoProviders. There are changes to the Query interface for Mongo that require updates in your code. When i tried to access the Membership.GetUser().Email property it throws the exception.