I\'m trying to use my \'context\' object in a using statement. It works on one project, but on another, I\'m getting the following error.
\'...\': type u
Or, if you are using Entity Framework, make sure you have a reference to System.Data.Entity and System.Data.Objects (C#: using / VB.NET: Imports).
System.Data.Entity
System.Data.Objects
using
Imports