Solved. Turned out to be a member that was deleted from umbraco members that still hade some remaning leftovers in the db, proberly due to I might have used the member on a content node with a member picker before the member was deleted. Figured it out by using the getall on umbracos own member api and saw that I had a "blank" member. Chased down the id in all tables and deleted the row where it was present. After that Membership.GetAllUsers worked.
Membership.GetAllUsers() not working?
Anyone else tried to use the Membership.GetAllUsers method? When I try on my installation (Umbraco 4.0.4.2) it doesnt work, returns following error
Anyone else get this error?
Solved. Turned out to be a member that was deleted from umbraco members that still hade some remaning leftovers in the db, proberly due to I might have used the member on a content node with a member picker before the member was deleted. Figured it out by using the getall on umbracos own member api and saw that I had a "blank" member. Chased down the id in all tables and deleted the row where it was present. After that Membership.GetAllUsers worked.
Great feedback Anders, always great if people can provide feedback on what may have been wrong. +1 from me.
Cheers,
/Dirk
Thanks Dirk!
As an admin, can you put a request in for marking own answers as solution. Cant seam to find a button for that :-)
Unfortunately, you (still) can mark your own answer as a solution (would be a bit of a karma hack actually)
Cheers,
/Dirk
Just wanted to thank you Anders, I had this problem too. The relevant tables incase anyone else is wondering are
is working on a reply...