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!

4

1 に答える 1

1

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.

于 2012-09-06T23:18:51.590 に答える