May 31, 2009 #1 cmsbuffet Programmer Feb 3, 2009 173 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 May 9, 2002 11,327 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 Jul 15, 2002 5,269 US google is your friend. Jason Meckley Programmer Specialty Bakers, Inc. Upvote 0 Downvote