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

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

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

keyboard - Smiles and long press feature in Android -