Home > Net >  Add WCF Service Reference not visible in Connected Services
Add WCF Service Reference not visible in Connected Services

Time:01-13

I have a SDK style project in latest version of Visual Studio 2019 (with Windows Communication Foundation component installed). But I don't have the possibility to add a WCF reference to my project, it's just not visible.

I need the following item in red circle:

enter image description here

Has anyone any idea, why I don't have this item in my Visual Studio?

More info: I'm working with .NET Framework 4.8

As you can see, it's not visible on my machine: enter image description here enter image description here

To make it more clear: It's not possible to choose WCF Web Service Reference Provider in Connected Services:

enter image description here

CodePudding user response:

You try to directly right-click the project to add, see if this post can help you find a solution enter image description here enter image description here

CodePudding user response:

I am also facing same issue while adding WCF reference in dotnet SDK style 4.7.1 project in VS 16.11.7

https://developercommunity.visualstudio.com/t/web-service-reference-provider-not-available-when/1544430

  •  Tags:  
  • Related