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

前端 未结 5 1313
半阙折子戏
半阙折子戏 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:32

    Okay, I think this is a bug of a new WCF CTP2. Then I added back the System.Data.Services 4.0.0 reference I got the correct Namespaces in my data service. But then I use v4.99.2.0 I get the wrong namespace in my ds.

提交回复
热议问题