I have recently been getting this error on my ASP.NET MVC project that uses the Entity Framework:
At least one SSDL artifact is required for creating StoreItemCollection
The error occurs when I try to query the database in a controller action. Has anyone seen this error before? It only occurs every once in a while for me but I am looking for ways to resolve it.
EDIT: I am using Visual Studio 2008 SP1 so the version of Entity Framework should be version 1. I have also tried regenerating the EDMX file which has not helped.