C#: Custom assembly directory

前端 未结 4 929
再見小時候
再見小時候 2020-11-27 17:33

Say we have an application which consists of one executable and 5 libraries. Regularly all of these will be contained in one directory and the libraries will be loaded from

4条回答
  •  死守一世寂寞
    2020-11-27 17:42

    You can add additional search paths to your app.config that it looks in to load assemblies. For example

    
      
        
      
    
    

    You can see more details here.

提交回复
热议问题