May 31, 2009 #1 cmsbuffet Programmer Joined Feb 3, 2009 Messages 173 Location CA Dim ident As CustomIdentity = CType(User.Identity, CustomIdentity) InvalidCastException was unhandled by user code. What does that mean?
Dim ident As CustomIdentity = CType(User.Identity, CustomIdentity) InvalidCastException was unhandled by user code. What does that mean?
May 31, 2009 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB It means you can't cast the User.Identity object to a type of CustomIdentity. Mark, Darlington Web Design Experts, Information, Ideas & Knowledge ASP.NET Tips & Tricks Upvote 0 Downvote
It means you can't cast the User.Identity object to a type of CustomIdentity. Mark, Darlington Web Design Experts, Information, Ideas & Knowledge ASP.NET Tips & Tricks
May 31, 2009 #3 jmeckley Programmer Joined Jul 15, 2002 Messages 5,269 Location US google is your friend. Jason Meckley Programmer Specialty Bakers, Inc. Upvote 0 Downvote