One small function of a large program examines assemblies in a folder and replaces out-of-date assemblies with the latest versions. To accomplish this, it needs to read the version numbers of the existing assembly files without actually loading those assemblies into the executing process.
One small function of a large program examines assemblies in a folder and replaces
Share
I found the following in this article.