When creating a new extension for visual studio, there are two project options: "Visual Studio Integration Package" and "Visual Studio Add-in". What is the difference between the two project types and when would you use one over the other?
...
Hi everybody.
This error has been covered before in other questions, however not for a Visual Studio package.
Could not find endpoint element with name 'WCFname' and contract 'WCFcontract' in the ServiceModel client configuration section.
I have a VS package project that needs to connect to a WCF service that provides some functio...
Hello everybody.
I'm building a Visual Studio Package and associated with it, I have an app.config file (which contains some information about connecting to a WCF service).
As far as I can tell, this package is actually connecting to the devnev.exe.config configuration file (if I use AppDomain.CurrentDomain.SetupInformation.Configurati...