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...
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...