Tagged Questions

0
votes
1answer
60 views

ObjectQuery error when using STE and WCF

I received this error when i implement STE in EF4 and WCF "Object mapping could not be found for Type with identity 'NorthwindModel.Customer'." if I'm not using STE (in single project), this ...
0
votes
1answer
832 views

Working with the ObjectQuery Single Enumeration Challenge in Linq-To-Entities Entity SQL

I'm working on modifying this example: Using advWorksContext As New AdventureWorksEntities ' Call the constructor that takes a command string and ObjectContext. Dim productQuery1 As New ...