Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find nor use System.Web.Services.dll

Tags:

c#

.net

I'm trying to use some code (C#, I think with .NET) I found on the Internet but my Visual Studio 2017 says it can't find System.Web.Services.dll.

Effectively, I went to the reference tab and I didn't find it. Also, I check C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\Microsoft.NETCore.UniversalWindowsPlatform\6.1.9\ref\uap10.0.15138 but nothing I could found.

It's my first time using these technologies (C#, .NET and UWP...) so I am not sure if I'm missing some steps in order to import and use that dll.

like image 375
Ender Look Avatar asked Dec 11 '25 07:12

Ender Look


1 Answers

You need to add the reference. You must:

  1. Right click on "References" -> "Add Reference"
  2. Navigate to the "Assemblies" -> "Framework" section
  3. Look for the "System.Web.Services" assembly and check it.

Check screenshot for more details.

See Screenshot

like image 178
Sergiu Muresan Avatar answered Dec 13 '25 19:12

Sergiu Muresan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!