views:

68

answers:

0

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?