Very rare thing adding web reference

  • Thread starter Thread starter Diego F.
  • Start date Start date
D

Diego F.

I don't know what's happening. I did that serveral times and I can't find
the error.

I have a Windows Application and I add a web reference with the wizard in VS
2003. The reference is apparently added, but I can't use it. If the
reference has the name 'service', just doing : using service; gives an error
of namespace not found?

What's happening?

Regards,

Diego F.
 
Well, I found the solution. I had to add the name of the project before the
namespace. Maybe it's because other times I left the namespace with the same
name as the project name.

Regards,

Diego F.
 
Back
Top