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.
|
|
|||||||
|
|
|
I found the following in this article.
|
||||||||
|
|
|
Use
|
||
|
|
|
Depending on the files, one option might be
The problem is that this depends on the code having the I think I'd look at the AssemblyName options suggested by others first, though. |
||
|
