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
Post a Comment