Thanks but it didn't help. The fact that I can't even do this inside my page (other than just inheriting) is what baffles me
MembershipUser u;
Main Topics
Browse All TopicsThis is frustrating me. So I have the System.Web reference in my references in my .NET 3.5 VS 2008 web project. I am trying to use the Membership User of System.Web.Security. I don't see it recognizing the MembershipUser object in my .cs page even though I have System.Web, System.Web.Security in my using statements, and then System.Web assembly in my Web Project references.
So consequently, the text MembershipUser isn't being highlighted (it's showing plan black text) of course since it's not being recognized
using System;
using System.Data;
using System.Configuration;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.HtmlControls
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
using System.Xml.Linq;
public class ElbalazoMembershipUser : MembershipUser <-- class is not being recognized in code behind
{
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: nouloukPosted on 2008-01-21 at 03:23:55ID: 20705069
Hello dba123,
o.uk/blogs /rfennell/ archive/20 07/ 12/01/i ntellisens e-not-work ing-in-vis ual-studio -2008.aspx
I had the same trouble with inheritance in Visual Studio 2008. Here is the solution:
http://blogs.blackmarble.c
Hope this helps.