Visual Studio Express 2012 for Web: Creating Service Reference to WCF Data Service 5.0.0.0 Causes Custom Tool Error

StackOverflow https://stackoverflow.com/questions/17032063

문제

At least in Visual Studio Express 2012 for Web, when creating a Service Reference to a WCF Data Services 5.0.0.0 service with truly RESTful URL (routed properly without the .svc URI or file):

  1. You need to add /$metadata to the service URL to get the metadata

  2. There is an error after downloading/creating the .edmx and .datasvcmap that "Cannot find custom tool 'DataServicesCoreClientGenerator' on this system."

  3. When trying to delete the incomplete Service Reference, an error occurs: "The .svcmap file cannot be found. It may have been moved or deleted. To generate a new .svcmap file, delete the service reference and add it again.". First, I DID just try to delete it, and B, it looks like there is a .datasvcmap file there, not a .svcmap.

Am I missing some tool, or a link to the datasvcutil.exe in VS 2012 Express?

도움이 되었습니까?

해결책

I resolved issues two and three by installing WCF Data Services 5.3.0 RTM Tools.

Hope this helps.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top