Hi. This is my scenario that I hope I can find a solution for:
A VS2005 solution containing a web app project, a web service project and a
simple client library project that only consumes the web service and is used
by the web app.
A VS2008 solution containing the same web service code as in the VS2005
solution above.
How do I construct a solution so that at runtime the client library in the
VS2005 solution properly exposes the correct interface to the web app
regardless if the web service is compiled from VS2005 or VS2008?
I have already tried every variation using the URL Behavior member variable
in the client library but the web app always throws an exception if I point
the web app at the web service not used by the client library when the web
reference is first created.
Thanks in advance.