[Python.NET] Using multiple versions of the same DLL

Joe <[email protected]> Tue, 24 Apr 2018 14:04:23 +0200
Newsgroups gmane.comp.python.dotnet
Message-ID <[email protected]>
Hello,

I found a rather old thread (2003) that describes how multiple versions 
of a
DLL can be used.

It states

> Things get a lot more complicated if you need to load more than one
> version of a particular assembly (or more likely, you have a dependency
> on some library the does so). In this case, the names you access via
> the CLR modules will always come from the first version of the
> assembly loaded (which will always win in the internals of the 
> runtime).

(https://mail.python.org/pipermail/pythondotnet/2003-October/000010.html)

Is this still correct or are there more convenient methods to do this?

Kind regards,
Joe
_________________________________________________
Python.NET mailing list - [email protected]
https://mail.python.org/mailman/listinfo/pythondotnet