I am currently working on a server control for other applications in our company to interface with a WCF service. Every time I make a change code change and recompile the c
Are you strong-naming your assemblies? In that case it is not a good idea to auto-increment your build number because with every new build number you will also have to update all your references.