"'Member' is an ambiguous reference between 'umbraco.cms.businesslogic.member.Member' and 'Umbraco.Core.Models.Member'"
Intellisense says that umbraco.cms.businesslogic.member.Member is deprecated. However it's non-obvious what the new technique is to retrieve the current member.
I can infer that the Member code should be migrated to this, but the specifics of that migration are very unclear.
I see mentions of needing to migrated properties in the comments of some issues (http://issues.umbraco.org/issue/U4-4847#tab=Comments). However I can't find a comprehensive guide to the process.
Do folks just "figure it out" for problems like this or is there some secret documentation/release notes that I haven't stumbled across?
6.0.3 to 6.2.1 upgrade compilation issues
Running into a host of compilation problems as we try to move a site from 6.0.3 to 6.2.1:
Reference Issues:
Other issues:
Here we're trying to use Umbraco.Web.UmbracoApplication
Any ideas? Are there any guides for upgrading usage of these old API methods to the new ones?
Thanks!
Any luck with this?
I'm running into the same problem with:
Member.GetCurrentMember()
"'Member' is an ambiguous reference between 'umbraco.cms.businesslogic.member.Member' and 'Umbraco.Core.Models.Member'"
Intellisense says that umbraco.cms.businesslogic.member.Member is deprecated. However it's non-obvious what the new technique is to retrieve the current member.
I did find this...
http://our.umbraco.org/documentation/Reference/Management-v6/Services/MemberService
I can infer that the Member code should be migrated to this, but the specifics of that migration are very unclear.
I see mentions of needing to migrated properties in the comments of some issues (http://issues.umbraco.org/issue/U4-4847#tab=Comments). However I can't find a comprehensive guide to the process.
Do folks just "figure it out" for problems like this or is there some secret documentation/release notes that I haven't stumbled across?
Hah! Documentation has always been the Achilles heel for Umbraco.
I'm upgrading one of our sites from 6.1.6 to 6.2.1 and I'm now trying to find the simplest solution to the breaking change with Members.
'Member' is an ambiguous reference between 'Umbraco.Core.Models.Member' and 'umbraco.cms.businesslogic.member.Member'
Did you find a straightforward migration Jeremy?
Just ran into this same issue. Has anyone been able to resolve it yet?
I think umbraco.cms.businesslogic.member.Member has been made obsolete. Use the Umbraco.Core.Models.Member namespace :)
is working on a reply...