Hello, all
I have been wondering if it is possible to change the probing path for .NET assemblies once the application has started.
We have several hundreds network installations of our PB classic apps, which all use unregistered .NET assemblies.
So far we put the assemblies in the application directories or in the sub directories. However, this proves to be problematic, since the same assembly is copied to multiple locations.
Then, an idea was raised to put the assemblies into a shared directory on a file server. But it requires editing of each config file of each PB classic app. So, the question is, if it is possible to adjust the probing path of each application after it started, for example, by retrieving the path from the database.
Thank you
Arcady