Views: 7.7K
Replies: 1
Archived
|
Use Services of a project without adding service referenceHey,
I have designed an aspx page in some project, say A, and I want to use Services for it from some other project, say B. Can I do so without adding any Service reference from project B? Rakesh Sharma, Aug 27, 2010
|
|
Reply 1If I understand your question correctly, my answer would be "no".
Whether you are using a Web Service or a separate assembly (another project), you will have to make a reference to them in order to use them. I hope this answers your question. King Wilder King Wilder, Aug 27, 2010
|