How does the CLR know which if the given assembly is the correct one?

Posted by devoured elysium on Stack Overflow See other posts from Stack Overflow or by devoured elysium
Published on 2010-05-09T09:25:34Z Indexed on 2010/05/09 9:28 UTC
Read the original article Hit count: 169

Filed under:
|
|
|

If we have a .NET executable that's using a .NET library, how does the CLR ensure you are using the correct version of the dll? CLRwise what is considered be the "correct dll version", to start with?

Does it only look at the version? Looks also at the build-time(?). Maybe it looks at an hash or something?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET