missing a using directive or an assembly reference
- by cire1507
I'm in the process of writing a small asp.net mvc application that is using the northwind.mdf. When building the solution I get this error:
Error 1 The type or namespace name 'Order' could not be found (are you missing a using directive or an assembly reference?)
Order is a table in the northwind database.
any help is most appreciated.