您可以将其他搜索路径添加到要加载程序集的app.config中。例如
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="lib;thirdParty" /> </assemblyBinding></runtime>
您可以在此处查看更多详细信息。

您可以将其他搜索路径添加到要加载程序集的app.config中。例如
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <probing privatePath="lib;thirdParty" /> </assemblyBinding></runtime>
您可以在此处查看更多详细信息。