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

Joe solarjoe at posteo.org
Tue Apr 24 08:04:23 EDT 2018


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


More information about the PythonDotNet mailing list