Link to home
Start Free TrialLog in
Avatar of Barry Cunney
Barry CunneyFlag for Ireland

asked on

using NorthwindTableAdapters line - Missing Reference

Hi Guys,
I am learning ASP.Net/C#/ADO.Net and I am going through the following tutorial:
 http://msdn.microsoft.com/en-us/library/aa581776.aspx
I am trying to create the AllProducts.aspx.cs/AllProducts.aspx as displayed in this tutorial but the 'using NorthwindTableAdapters' line is coming up as a missing reference.
The tutorial does not clearly explain this line and what it relates to, so I have no idea how to solve the 'missing referecnce' issue
I am doing this tutorial using MS Visual Studio Professional 2008 and the Northwind database installed on MS SQL Server 2008.
Hope you can help

Thanks  

Avatar of muhammadyasir
muhammadyasir
Flag of Pakistan image

it is the TableAdapter you created in Figure 12.
it is the TableAdapter you created in Figure 12.
it is the TableAdapter you created in Figure 12.
ASKER CERTIFIED SOLUTION
Avatar of muhammadyasir
muhammadyasir
Flag of Pakistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Barry Cunney

ASKER

Thanks Muhammad,
I had made a very simple syntax mistake - When Iadded the 'typed dataset', I spelled Northwind incorrectly 'Nortwind'(I left out the 'h') - I was not able to spot thos before - but when I looked at it in Class View as you advised, I seen the mistake clearly.
The page then worked perfecty, bringing back the products records

Thanks again