0

When i try to update my wcf reference i am getting error like below:

enter image description here

In vs2017 if i try to add reference again then i am getting error like below:

enter image description here

Can some body help??

brijrajsinh
  • 453
  • 3
  • 11

1 Answers1

1

There is a workaround for this issue at this link:https://github.com/OData/lab/issues/64

The link mentions your specific problem. First install Microsoft WCF Toolkit.

Then go to the registry, find the following key:

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft WCF Data Services]

and rename "VS 2010 Tooling" to "VS 2014 Tooling"

L0uis
  • 703
  • 5
  • 8