S
Steve Landis
I've got two versions of an assembly in the gac: 1.0.0.0 and 2.0.0.0
I've built two versions of a console app that reference the different
versions of the assemblies, yet they both seem to load version 2.0.0.0.
Both references were set using Copy Local = false.
My expectation was that the .exe using the 1.0.0.0 assembly reference would
load version 1.0.0.0 unless there was a policy file or assemblyBinding info
in a config file, but it is using 2.0.0.0.
Anyone know what point I'm missing here? Thanks.
I've built two versions of a console app that reference the different
versions of the assemblies, yet they both seem to load version 2.0.0.0.
Both references were set using Copy Local = false.
My expectation was that the .exe using the 1.0.0.0 assembly reference would
load version 1.0.0.0 unless there was a policy file or assemblyBinding info
in a config file, but it is using 2.0.0.0.
Anyone know what point I'm missing here? Thanks.