I'm developing a Visual Studio Package that uses a library that consumes a WCF service. Almost obvious, I found that my service proxy can't read the configuration information!!
I just moved the configuration information to to devenv.exe.config in the Visual Studio Common IDE folder where devenv.exe is residing - and well, now my service proxy is good to connect.
I just moved the configuration information to to devenv.exe.config in the Visual Studio Common IDE folder where devenv.exe is residing - and well, now my service proxy is good to connect.
Comments
Post a Comment
Please keep your comments clean.