Hi
I'm Developing an application and I want to use the Profile Service in asp.net
The problem is that I can't Find the Profile Property at the IDE Intlisence and when I type
Profile.LastLogin the compiler give me an error "The name 'Profile' does not exist in the current context"
and I set up the Provider and The Profile at the Web.Config
So Please Help me.
I'm Using VS2009 SP1 and C#

Try HttpContext.Current.Profile.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.