[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

'' is ambiguous in the namespace ''

AlBruAn

3/4/2008 4:39:00 PM

I have two ASP.Net web forms that utilize a common Web Service. In one of
them, I'm able to instantiate an object via a call similar to: "Dim
objService as TaskProcessor.TaskService"; it works like a charm. I try
instantiating another object in the second web page using the same Web
Service and statement, but it won't let me; instead, I get a message reading
"'TaskService' is ambiguous in the namespace 'TaskProcessor'". Both of these
web forms have the exact same Imports statements, so that isn't the problem.
They also share the same business layer object library, so that isn't the
problem. What gives?

--
Things are more like they are now than they ever have been before.