I basically needed to qualify with ApplicationContext.Current.Services.MemberService, and I went a slightly different direction in the logic. After testing I'll try to share what I ended up doing.
I didn't need to go custom prior and felt I didn't need to now especially on a minor increment (6.1 to 6.2). After I qualified the MemberService I was able to hit the exposed methods, etc...
MemberService inaccessible in 6.2
I tried to access the MemberService like the ContentService in a library (mostly used by some XSLTs) and it's not accessible like the ContentService.
Meant to be that way?
Hi what are you trying to do?
Let us know and i will help you :).
Charlie
I basically needed to qualify with ApplicationContext.Current.Services.MemberService, and I went a slightly different direction in the logic. After testing I'll try to share what I ended up doing.
Ok, Could you just create you own membership provider? Is that what you are after? Charlie :)
I didn't need to go custom prior and felt I didn't need to now especially on a minor increment (6.1 to 6.2). After I qualified the MemberService I was able to hit the exposed methods, etc...
is working on a reply...