Assembly loading question

  • Thread starter Thread starter David zhu
  • Start date Start date
D

David zhu

I'm confused that if only the strong named assembly can't
be loaded successfully for different AssemblyVersion, or
it works on every assembly?
 
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.
 
Back
Top