How to move .NET libraries to a subdirectory?

后端 未结 1 1619
耶瑟儿~
耶瑟儿~ 2021-02-01 22:59

I want to put all libraries (dll) used by my application to a subdirectory (let\' say named \"lib\"). How to instruct assembly loader to look for referenced assemblies in that p

1条回答
  •  梦如初夏
    2021-02-01 23:49

    probing paths in your app.config. To borrow the example from MSDN:

    
       
          
             
          
       
    
    

    0 讨论(0)
提交回复
热议问题