Namespace for ProductsTableAdapter (from DAL) not found

R

royend

Hi.
I am getting the very well known error:
CS0246: The type or namespace name 'ProductsTableAdapter' could not be
found (are you missing a using directive or an assembly reference?)

Although I have followed the tutorial at MSDN (http://
msdn2.microsoft.com/en-us/library/aa581776.aspx) on how to create and
use a DAL, there seems to be something missing. I am not sure why the
namespace isn't found since I have included 'using
ProductsTableAdapter' in the top of my aspx.cs-file.

Looking forward to your help and reply.

royend.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top