Re: How To Add User's GUID To An Account Verification E-mail



On Oct 28, 5:09 pm, Jonathan Gill
<JonathanG...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Yes, Membership.Getuser says the user is null, but it is not. If I set a
break point before I call Membership.GetUser in the CreatedUser event of the
CreateNewUserWizard or even inthe SendingMil event which fires after
CreatedUser then I can manully check the DB and see all of the user's details
saved.



"Alexey Smirnov" wrote:
On Oct 28, 2:37 am, Jonathan Gill
<JonathanG...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
http://forums.asp.net/p/1172523

Link doesn't work

System.NullReferenceException was unhandled by user code
Message="Object reference not set to an instance of an object."

It means your GUID is null, try to check it before making a call.- Hide quoted text -

- Show quoted text -

What line is #81?

.