Ive inherited a web project that includes references to web
services. In the course of another person adding yet another web
reference, VIsual studio apprently has added a properties file and a
few others (settings etc)
Concerning the files generated when you add a web reference in Visual Studio 2005:
- is the reference.map file a left over from VS 2003 ?
- what is the difference between static and dynamic urls for a web
reference, as regards VS 2005, are dynamic urls still stored in the
web.config as talked about here
http://blog.magenic.com/jefff/archive/2004/08/06/264.aspx
Why does VS 2005 generate properties file when it adds a web reference
and how can you avoid it ? I managed to remove them by
first deleteing the settings.cs file that was generated, deleting and
then re-adding the web reference with a static url instead of a dynamic
url. The project would then build.
comments ?