Hi, i'm using Create User Wizard in my page with three wizard step for registration & there is an error occuring when i submit the additional user information in the database. I can show you the error:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
Line 46: ' Get the UserId of the just-added user
Line 47: Dim newUser As MembershipUser = Membership.GetUser(NewUserWizard.UserName)
Line 48: ...
Go to the complete details ...