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