Forum Discussion

jfriedman's avatar
12 years ago
Solved

Feature Request: Support for specifying hint paths for binding to dependent assemblies

Hello, I recently encountered an issue where I am using the CLR bridge to load a managed helper assembly.  This helper assembly has dependencies on additional .dlls which fail to load unless I copy them to the same folder as tcHostingProcess.exe. This isn't unexpected, but a great feature to add to TestComplete would be the ability to specify hint paths for the AssemblyResolver within the hosting AppDomain in the hosting process to search for and attempt to load assemblies from external paths.  I know that putting these assmblies in the GAC would also solve my problem, but in some cases, this just isn't practical or desired.  Thanks.