app.config文件中加上
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="libs"/>
</assemblyBinding>
</runtime>
libs为当前程序所在目录下的文件夹

相关文章:

  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-01-08
  • 2021-08-13
猜你喜欢
  • 2023-01-03
  • 2021-09-18
  • 2021-07-09
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-05-08
相关资源
相似解决方案