missing a using directive or an assembly reference
Posted
by cire1507
on Stack Overflow
See other posts from Stack Overflow
or by cire1507
Published on 2010-03-31T07:22:32Z
Indexed on
2010/03/31
8:03 UTC
Read the original article
Hit count: 429
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.
© Stack Overflow or respective owner