How to: Set Up Configuration Information for an Office Solution

You can use configuration files to configure settings that are specific to your Visual Studio Tools for Office solution. You can specify settings such as assembly binding policy, remoting objects, debug, and trace settings.

Note

Your computer might show different names or locations for some of the Visual Studio user interface elements in the following instructions. The Visual Studio edition that you have and the settings that you use determine these elements. For more information, see Visual Studio Settings.

To add a configuration file to your Office project

  1. On the Project menu, click Add New Item.

  2. In the Categories pane, click General.

  3. In the Templates pane, select Application Configuration File.

  4. In the Name box, type the same name as the assembly plus the extension .config. For example, a configuration file for an Excel project assembly called ExcelWorkbook1.dll would be named ExcelWorkbook1.dll.config.

  5. Click Add.

  6. Create your configuration file according to the application configuration file schema. For more information, see Configuration File Schema for the .NET Framework.

There are no special considerations for using configuration files with Visual Studio Tools for Office projects.

See Also

Concepts

Creating Office Solutions in Visual Studio

Deploying Office Solutions (2003 System)

Other Resources

Configuration File Schema for the .NET Framework