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

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?
 
S

SerhaD Ýnanlý

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
 
G

Guest

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
 
G

Guest

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top