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 45: _memberid = New Guid(member_id.ToString())
Line 46: Dim memUser As MembershipUser = Membership.GetUser(_memberid)
Line 47: _joined = memUser.CreationDate
Line 48: _online = memUser.IsOnline
Line 49: _email = memUser.Email
gwtech
Member
4 Points
18 Posts
Trying to Read first Post in Forum. Error: Line 47: _joined = memUser.CreationDate
Jul 27, 2007 05:32 PM|LINK
New Error. Anyone getting this?
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:
Source File: D:\vhosts\catahouligans.com\httpdocs\ClubSite\App_Code\ForumUser.vb Line: 47