Need a simple CRM and Project Management system?
Check out JobNimbus - CRM for Contractors and Service Professionals.

Reply to comment

IQueryable

In the service if you check the type of inheritance, you will see it is in namespace Server.Data, this is because the Model.Designer file is also in that namespace (Server.Data)... And that makes sence, because you created it there!

If you go and check the example provided, you will see that the Model.Designer file is set to namespace EntityComponentTest.Server.Service ... the thing you need to do to get the solution working is, besides only changing the namespace of the service and metadata file, also change the namespace of the EDMX designer file...

Then the iqueryable will work.

Kind regards

Reply