C# can't find "Microsoft.Web.Services"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've installed WSE, both 1.0 and 2.0. The namespace Microsoft.Web.Services
is visible from my VB.NET projects, but not in C#. In C#, it tells me there
is no "Web" under "Microsoft".

Any ideas?
 
Rigth click on the References (in the Solution Explorer)
Select Add reference
On the .NET Tab Find Microsoft.Web.Services.dll
And Add it to your project

Now you may use it

Hopes This Helps
 
That did it! Thanks!!

SerhaD Ãnanlý said:
Rigth click on the References (in the Solution Explorer)
Select Add reference
On the .NET Tab Find Microsoft.Web.Services.dll
And Add it to your project

Now you may use it

Hopes This Helps
 
But, in my case, the problem is that 'Microsoft.Web.Services.dll' does not
show up in the list. Should I use 'Browse'? Where can I find the file?
 
Back
Top