Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.