Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
I have until now always used umbraco.MakeNew to create new members programmatically in c#.
But now when i started to use Umbraco 6 I have one problem..
I get this error: The type or namespace name 'User' does not exist in the namespace 'umbraco.BusinessLogic'
Member newMember = Member.MakeNew(UserName.Text, mt, new umbraco.BusinessLogic.User(0));
How can I fix this?
Or how do I create a new member with custom properties in a new way?
Please look at my post http://www.charlesafford.com/umbraco-membership-provider.aspx
But isnt that just for retreiving custom properties and not for creating a NEW member..?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Creating members in 6.1
Hi!
I have until now always used umbraco.MakeNew to create new members programmatically in c#.
But now when i started to use Umbraco 6 I have one problem..
I get this error:
The type or namespace name 'User' does not exist in the namespace 'umbraco.BusinessLogic'
How can I fix this?
Or how do I create a new member with custom properties in a new way?
Please look at my post http://www.charlesafford.com/umbraco-membership-provider.aspx
But isnt that just for retreiving custom properties and not for creating a NEW member..?
is working on a reply...