Need a simple CRM and Project Management system?
Check out JobNimbus - CRM for Contractors and Service Professionals.
Check out JobNimbus - CRM for Contractors and Service Professionals.
Popular Articles
Last viewed:
- Global.asax Events in IIS 6 and IIS 7 for Static Resources
- Disable Button on Submit (Prevent multiple submits)
- File Download Manager
- Using a Remote Terminal Licensing Server
- Running Executable from a network share - Cannot access Item - Inappropriate permissions
- MySQL Administrator - Can't see with Remote Desktop session connecting to Multiple Monitor Workstation
Recent comments
- Great explanation and more questions
41 min 52 sec ago - Insertion of illegal Element:
4 weeks 2 days ago - Insertion of illegal Element: 32
4 weeks 2 days ago - re "But, this will NOT work."
5 weeks 3 days ago - Unable to cast COM object of t
5 weeks 3 days ago - Saved my life
5 weeks 4 days ago - nice
8 weeks 3 days ago - good article
9 weeks 4 days ago - windows 2008 server backups
11 weeks 3 days ago - code
12 weeks 1 day ago

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