Z
z f
I have an asp.net web project that includes a web service.
i need to reference this web service from the same project.
the idea is that the project can be located on different servers and needs
to call a web service on other servers to get remote data.
but after making the web reference the compiler creates a namespace with the
name of the webservice and gives error.
error BC30175: namespace 'ProjWS' and class 'ProjWS', declared in
'D:\Projects\svc\ProjWS.asmx.vb', conflict in namespace 'Proj'.
can this be achived using any change in the settings?
thanks.
i need to reference this web service from the same project.
the idea is that the project can be located on different servers and needs
to call a web service on other servers to get remote data.
but after making the web reference the compiler creates a namespace with the
name of the webservice and gives error.
error BC30175: namespace 'ProjWS' and class 'ProjWS', declared in
'D:\Projects\svc\ProjWS.asmx.vb', conflict in namespace 'Proj'.
can this be achived using any change in the settings?
thanks.