Missing Microsoft.VisualStudio.Services.WebApi.dll

  • Thread starter Thread starter NetDev2019
  • Start date Start date
N

NetDev2019

Guest
Hi

I was trying to compile my .Net application and getting error

error CS0234: The type or namespace name 'Services' does not exist in the namespace 'Microsoft.VisualStudio' (are you missing an assembly reference?)

While same code compiles fine in another machine. I check, in other machine (where it compiles fine) i have this DLL Microsoft.VisualStudio.Services.WebApi.dll at location C:\Program Files (x86)\Common Files\microsoft shared\VsHub\ServiceModules\Settings\1.0\bin

But the current machine (where i am getting this error) does not have VsHub folder itself.

I have installed VS SDK with Visual Studio extension development workload but still can't see this DLL in place.

Please help.

Continue reading...
 
Back
Top