9 March 2010 0 Comments

Tricks with app.config and ClickOnce deployment (Saurabh Bhatia)

Storing settings in the config File The app.config file is used for many purposes and one of common uses is for storing application settings like connection strings. For example, you can store a string to the web service reference used by your application in the app.config file. The idea behind storing the string in the app.config is that you could simply replace the file and change the value of the string

8 March 2010 0 Comments

Deploying your VSTO add-ins to All Users (Saurabh Bhatia)

An often-requested feature for VSTO add-ins is the ability to install an add-in for all users of a machine.