c# - .Net DLL config file with a twist -


i have .net 3.5 dll calls external web services. code uses binding config options config file in system.servicemodel section. works great when called .net test app.

the issue occurs when i'm calling java based system , config file not being found dll.

now, able work around issue appsettings using method: http://www.codeproject.com/tips/199441/dll-with-configuration-file

however, don't explicitly read servicemodel section - .net does.

so, there way "fool" .net find config file?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -