I created a new ASP.net project. Added a Linq to SQL class and copied in some code from another project that works fine. Nothing is showing up in my data context class except the four tables I added, i.e., no other methods, properties, etc. I thought maybe something was wrong with intellisense but when I tried to compile the code with a line that invoked the Dispose () method, I get an error. I looked at the generated data context class and it is inheriting from System.Data.Linq.DataContext.
Any ideas???