Referencing Assemblies with Visual Studio 2005 and Versioning
Did you ever have a problem with referencing a assembly with Visual Studio? Visual Studio .NET 2003 "usually" updates the reference to the assembly if a new version of the assembly is available.
With Visual Studio 2005 it can be configured if the reference should be updated automatically to the current version, or if a reference should be fixed with one version:
I like this new feature :-)
Christian