Custom config section: Could not load file or assembly

前端 未结 7 2242
死守一世寂寞
死守一世寂寞 2020-12-15 05:50

I\'m having a very hard time trying to access a custom configuration section in my config file.

The config file is being read from a .dll that is loaded as a plug-in

7条回答
  •  执念已碎
    2020-12-15 06:12

    Could you verify that the probing paths are setup correctly in your Host application's config file? It is possible that a needed reference is not being loaded in your current application domain.

    Assembly Binding ->Probing

提交回复
热议问题