D
Darin Shaw
I'm receiving a "specified cast is invalid" with the following code, though
I've used the exact same code in other applications with success. Can anyone
tell me what I'm missing or if there are other factors to be considered
here?
Thanks in advance.
========
Private Sub Page_Load(ByVal sender as System.Object, ByVal e as
System.EventArgs) Handles MyBase.Load
Dim objFormsID as FormsIdentity
objFormsID = User.Identity <=== specified cast
invalid
....
End Sub
========
I've used the exact same code in other applications with success. Can anyone
tell me what I'm missing or if there are other factors to be considered
here?
Thanks in advance.
========
Private Sub Page_Load(ByVal sender as System.Object, ByVal e as
System.EventArgs) Handles MyBase.Load
Dim objFormsID as FormsIdentity
objFormsID = User.Identity <=== specified cast
invalid
....
End Sub
========