Visual Studio 2008 Add-in: App.config and web services.

Posted by Morgeh on Stack Overflow See other posts from Stack Overflow or by Morgeh
Published on 2010-04-23T10:41:25Z Indexed on 2010/04/23 10:43 UTC
Read the original article Hit count: 485

I have created a visual studio add-in for VS2008. The add-in uses as web service to access data required by the developer.

However, currently the only way to get the service to work is to add the service bindings to the machine.config of the pc.

I know this is a bad idea and its causing errors left and right in my other applications.

I have tried using app.config along side my add-in but the add-in doesn't seem to use it at all.

My service call is being made from a dll referenced by the add-in would that make a difference?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about vs-extensibility