简体   繁体   中英

WCF Data Services 5.0

I recently updated to Visual Studio 2012 and now, when I create a new WCF Data Service in my MVC project, AppHarbor seems to be missing the assembly for Microsoft.Data.Services 5.0. Anyone was able to work around this problem? Or anyone knows if AppHarbor is planning on supporting WCF DS 5.0?

The problem is, whenever I add the assembly to my project, my project complains about conflicts between System.Data.Services and Microsoft.Data.Services. If I remove System.Data.Services, then my ODataContext class throws errors saying it can't find the IUpdatable interface.

Any ideas?

Thanks!

Have you tried to install Data Services from NuGet and use NuGet package restore to have AppHarbor fetch the package?

You should probably resolve the conflict too - there are more details here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM