Assembly loading question

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?
 
D

Dmitriy Lapshin [C# / .NET MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top