Namespace for ProductsTableAdapter (from DAL) not found

  • Thread starter Thread starter royend
  • Start date Start date
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.
 
Back
Top