Hello David,
I believe it depends on the assembly name components you specify in your
request to load the assembly. If you omit the version, I think the runtime
will be happy with any version given the supplied assembly name components
(such as the public key token and the culture) match. However, I am not sure
any assembly name component can be omitted.
--
Sincerely,
Dmitriy Lapshin [C# / .NET MVP]
Bring the power of unit testing to the VS .NET IDE today!
http://www.x-unity.net/teststudio.aspx
"David zhu" <(E-Mail Removed)> wrote in message
news:2e86a01c46d54$2e96ed20$(E-Mail Removed)...
> I'm confused that if only the strong named assembly can't
> be loaded successfully for different AssemblyVersion, or
> it works on every assembly?