1 out of 6 rated this helpful - Rate this topic

How to: Share Templates Across a Development Team 

In a team development environment, it can be useful to have each developer using the same custom project and project item templates. By default, Visual Studio looks for custom project and item templates in the following location:

My Documents\Visual Studio 2005\Templates\

Instead of giving each developer a copy of the appropriate template .zip files, you can keep the .zip files in a central location, such as a network share, and have each developer configure Visual Studio to look for templates in that network share.

NoteNote

To avoid confusion in the New Project and Add New Item dialog boxes, do not configure Visual Studio to use the same folder for both project and item templates.

To change the location where Visual Studio looks for custom templates

  1. From the Tools menu, choose Options.

  2. Select Projects and Solutions and then choose General.

  3. In Visual Studio user project templates location, enter a network share or click Browse to navigate to a network share.

  4. In Visual Studio user item templates location, enter a network share or click Browse to navigate to a network share.

  5. Click OK.

See Also

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
If you don't see "Projects and Solutions"
If you don't see "Projects and Solutions" on the Tools > Options dialog, make sure that "Show all settings" checkbox on the lower left is checked.
Advertisement