views:

103

answers:

2

Is there a way to save the Toolbox settings in VS2008? I've added a 3rd party set of DLLs to my current project and I don't want to have to load them each time I create a new sln/project.

A: 

Toolbox settings are stored into C:\Documents and Settings\YOUR_USER_NAME\Application Data\Microsoft\VisualStudio\7.1\toolbox.tbd

This should be shared across all your solutions.

More information available here.

Brann
+1  A: 

In main menu: Tools -> Improt and Export Settings... -> Export(Import) selected enviroment settings

Select: General Settings->Toolbox : turn on

DreamWalker