I have a site using a custom UmbracoMembershipProvider which works fine however when I now add a new Umbraco User (not member) I get the infamous 'Object reference not set to an instance of an object' exception thrown by the custom UmbracoMembershipProvider. The UsersMembershipProvider remains untouched as follows:
UmbracoMembershipProvider affects User Login
I have a site using a custom UmbracoMembershipProvider which works fine however when I now add a new Umbraco User (not member) I get the infamous 'Object reference not set to an instance of an object' exception thrown by the custom UmbracoMembershipProvider. The UsersMembershipProvider remains untouched as follows:
Any ideas?
Want to include the full stack trace please?
Hmm, won't post for some reason if I copy and paste so here is a plain version:
For users it should not be calling the members provider GetUser method should tit?
I have the same problem. I get:
Specified method is not supported.
Shoudn't it be using the UsersMembershipProvider?
is working on a reply...