For a .NET Framework project, I want to add a Web Reference using a WSDL file, but there is no Add Web Reference when right clicking a project in Visual Studio 2019. Where is it?
Visual Studio 2019 Add Web Reference missing
problem
solution
It's there, but it's a bit hidden.
- Right click the project in Solution Explorer, go on Add and then Service Reference
- Click the Advanced button in the lower left corner
- There you have it, again in the lower left corner, Add Web Reference
This is for .NET Framework projects, it seems it's nowhere to be found for .NET Core projects.
Author
Dan Dumitru
Last Edit
May 12, 2020 17:42
Last Edit | May 12, 2020 17:42 |
Created | May 7, 2020 16:52 |
Tags |
Visual Studio
|