I've created an Visual Studio AddIn, that needs to establish a connection to WCF Service that is running/hosted within Windows Service. In Visual Studio AddIn's Connection class I'm trying to establish the connection with the WCF Service, I have a ServiceReference created. This ServiceReference creates an App.Config with necessary details to establish communication with the WCF Service.
My problem is, where should I deploy this App.Config when I'm putting the my.AddIn file in the MyDocuments\Visual Studio 2010\AddIns folder, how will the servicereference's autogenerated Reference.cs will read the app.config to establish the connection to WCF Service?
If there is another tried and tested way that would establish this WCF connection when the AddIn is loaded? Can someone provide me with some simple snippets please?
Please do let me know if anything said above is not quite clear or confusing?
Thanks, Nanda