S
shapper
Hello,
I was using the following line, which was working fine, on an asp.vb
code:
Dim userProfile As ProfileCommon = Profile.GetProfile(username)
Now I moved the code line to a new class under App_Code and I am
getting the error:
'GetProfile' is not a member of Profile.
In my class I have Imports System.Web.Profile
Any idea why I am getting the error?
Thanks,
Miguel
I was using the following line, which was working fine, on an asp.vb
code:
Dim userProfile As ProfileCommon = Profile.GetProfile(username)
Now I moved the code line to a new class under App_Code and I am
getting the error:
'GetProfile' is not a member of Profile.
In my class I have Imports System.Web.Profile
Any idea why I am getting the error?
Thanks,
Miguel