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

2018-05-01 Thread Joe
Yes, this is my question. The solution I found was to use System.Reflection.Assembly.LoadFile(fullPath) Kind regards, Joe Am 30.04.2018 um 04:58 schrieb Denis Akhiyarov: I presume this is your question with an open bounty on it? https://stackoverflow.com/questions/49942487/python-for-net-how-t

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

2018-04-30 Thread Tom Unger
Not me. Tom From: PythonDotNet On Behalf Of Denis Akhiyarov Sent: Sunday, April 29, 2018 7:58 PM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] Using multiple versions of the same DLL I presume this is your question with an open bounty on it? https

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

2018-04-29 Thread Denis Akhiyarov
I presume this is your question with an open bounty on it? https://stackoverflow.com/questions/49942487/python-for-net-how-to-explicitly-create-instances-of-c-sharp-classes-using-dif On Tue, Apr 24, 2018 at 7:04 AM, Joe wrote: > Hello, > > I found a rather old thread (2003) that describes how m