WCF DataServices (CTP2): There is a type mismatch between the client and the service

前端 未结 5 1271
半阙折子戏
半阙折子戏 2021-01-13 17:06

I\'m using WCF Dataservices CTP2 with Entity Framework 4.1. Now then I\'m trying to get any data through my datacontext I get this exception:

System.R

5条回答
  •  攒了一身酷
    2021-01-13 17:31

    Just came across the same error message and fixed it on my end. Turns out I was mixing up assemblies between my service and client. One was using Microsoft.Data.Services, the other was using System.Data.Services.

提交回复
热议问题