Reading configurations from a Visual Studio Add-in [modified]
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I have created an add-in to Visual Studio 2005, and I would like to use a WCF service. This requires a configurationfile with the configured endpoints. Normally I would create an app.config, and let visual studio build it to [appname].config in the output directory and it would work. But when I try to access the services from the add-in, i get a configuration error that the endpoints are not configured. How do i make it open the configuration for the add-in, and not for Visual Studio? With kind regards Soren Bendtsen