ProfileCommon

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    #1

    ProfileCommon

    Hello,

    I am trying to get the profile of a user that is not authenticated. I
    have the following:

    ProfileCommon pc = Profile.GetProf ile(username)

    However ProfileCommon is not recognized

    I have "using System.Web.Prof ile;" but I am not able to make this
    work!

    Could someone, please, help me out?

    Thanks,
    Miguel
  • Cowboy \(Gregory A. Beamer\)

    #2
    Re: ProfileCommon

    ProfileCommon is autogenerated when you add the profile provider statements
    to the web.config. If you add additional fields, it will automagically
    create them, as well.

    --
    Gregory A. Beamer
    MVP, MCP: +I, SE, SD, DBA

    Subscribe to my blog


    or just read it:


    *************** *************** **************
    | Think outside the box! |
    *************** *************** **************
    "shapper" <mdmoura@gmail. comwrote in message
    news:ae454731-88d5-4e39-838f-6d6ba3e6fa09@e2 g2000hsh.google groups.com...
    Hello,
    >
    I am trying to get the profile of a user that is not authenticated. I
    have the following:
    >
    ProfileCommon pc = Profile.GetProf ile(username)
    >
    However ProfileCommon is not recognized
    >
    I have "using System.Web.Prof ile;" but I am not able to make this
    work!
    >
    Could someone, please, help me out?
    >
    Thanks,
    Miguel

    Comment

    Working...