The .NET Plugins and dependencies are copied to the user computer path:
"C:\Documents and Settings\[user name]\Application Data\SalesLogix\NETPlugins\[saleslogix user]\[Plugin Name]
My problem is: Some of the dependent DLLs are common for several DLL plugins, and they are moved to the users computer several times .
I am trying to find a way to centralize the common dependencies, so they would not be copied every time to the user computer.
But, without installing them to the GAC.
I appreciate any help