Microsoft 101 samples "Consume a Web Service"

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

I opened the sample application and it errors on this line
I am very new to C# and am trying to test Web Services.
using Microsoft.Uddi;



-Lou
 
Lou said:
I opened the sample application and it errors on this line
I am very new to C# and am trying to test Web Services.
using Microsoft.Uddi;



-Lou


Are you missing a dll reference in your project? It looks like you need to
add a reference to some dll. I presume the samples that you are looking at
refer to some toolkit, as this is not a standard .Net distribution dll, or
namespace.
 

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

Back
Top