Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
▼
Tuesday, February 25, 2014
How to solve problem: 'xEntities': type used in a using statement must be implicitly convertible to 'System.IDisposable' when use using block to open Entity Framework data context?
Need to add EntityFramework.dll reference into your project file.
No comments:
Post a Comment