Ben bezig met een inlogsysteempje en krijg de volgende foutmelding helaas:
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'indentity' is not a member of 'System.Security.Principal.IPrincipal'.
Source Error:
Line 5: sub page_load(src as object, e as eventargs)
Line 6:
Line 7: welkom.text = "Hallo, " + user.indentity.name
Line 8:
Line 9: end sub
Wie weet wat ik hier aan kan doen?! (Ben net begonnen met asp.net, dus hopelijk kan iemand me met dit probleem helpen!!)
Greetzz, Arjan
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30456: 'indentity' is not a member of 'System.Security.Principal.IPrincipal'.
Source Error:
Line 5: sub page_load(src as object, e as eventargs)
Line 6:
Line 7: welkom.text = "Hallo, " + user.indentity.name
Line 8:
Line 9: end sub
Wie weet wat ik hier aan kan doen?! (Ben net begonnen met asp.net, dus hopelijk kan iemand me met dit probleem helpen!!)
Greetzz, Arjan