Hi all,
We swapt to Web Application Project because that works nicely together with sourcegear. We run into the following problem.
I'm retreiving some profile information of a specific user by:
Dim u As MembershipUser = Membership.GetUser(gvUsers.SelectedRow.Cells(2).Text)
Dim p As ProfileCommon = Profile.GetProfile(u.UserName)
and then i have control over the users profile
p.<property>=value
etc
This works fine when i'm not using a 'web application project' But when i use this project type i get a 'type profile common not defined' .. I have attached all in my opinion relevant namespaces.
So any thoughts on this or a nice workaround how to get hold of the profiles from another user.
thanks,
-- jan willem