VS .Net reference issue
Can anyone explain why this code line works perfectly fine in a method in
another class, but yet in the class I am working on VS says its reference
is missing? Both have the Import statement for System.Web.Security
Dim newUser As MembershipUser = Membership.GetUser(username)
No comments:
Post a Comment