v4.6.1 UmbracoMembershipProvider FindUsersByEmail "The method or operation is not implemented"
Hi,
I'm modifying a workflow in contour which was using the Member classes that have now been made obsolete. So I'm trying to upgrade to use the ASP.NET Membership model. However when calling System.Web.Security.Membership.FindUsersByEmail(email), I'm getting error outlined below. Has anyone else seen this? Have I got the wrong version of the umbraco.providers dll? We use the ASP.NET login control for membership login and it is working fine.
The website is on v4.6.1 of Umbraco.
{"The method or operation is not implemented."}
at umbraco.providers.members.UmbracoMembershipProvider.FindUsersByEmail(String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByEmail(String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByEmail(String emailToMatch)
at Contour.Providers.WorkflowTypes.GenerateUmbracoMember.Execute(Record record, RecordEventArgs e) in D:\Blah.cs:line 77
I ended up going back to the obsoleted methods until I got more time to work on the problem again. Sound like you've managed to work around it, though!
v4.6.1 UmbracoMembershipProvider FindUsersByEmail "The method or operation is not implemented"
Hi,
I'm modifying a workflow in contour which was using the Member classes that have now been made obsolete. So I'm trying to upgrade to use the ASP.NET Membership model. However when calling System.Web.Security.Membership.FindUsersByEmail(email), I'm getting error outlined below. Has anyone else seen this? Have I got the wrong version of the umbraco.providers dll? We use the ASP.NET login control for membership login and it is working fine.
The website is on v4.6.1 of Umbraco.
{"The method or operation is not implemented."}
at umbraco.providers.members.UmbracoMembershipProvider.FindUsersByEmail(String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByEmail(String emailToMatch, Int32 pageIndex, Int32 pageSize, Int32& totalRecords)
at System.Web.Security.Membership.FindUsersByEmail(String emailToMatch)
at Contour.Providers.WorkflowTypes.GenerateUmbracoMember.Execute(Record record, RecordEventArgs e) in D:\Blah.cs:line 77
Same thing just happened to me in v4.7. Very annoying.
Any solution?
I ended up using Membership.GetUserNameByEmail(email) instead.
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 9.5px Consolas; color: #009f9f} span.s1 {color: #0900a1} span.s2 {color: #000000}
Hi,
I ended up going back to the obsoleted methods until I got more time to work on the problem again. Sound like you've managed to work around it, though!
Just got this error myself :(
is working on a reply...