tom d
tom d

Reputation: 1063

Save Visual Studio 2008 Toolbox Settings

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.

Upvotes: 1

Views: 947

Answers (2)

Brann
Brann

Reputation: 32376

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.

Upvotes: 1

AndreyAkinshin
AndreyAkinshin

Reputation: 19021

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

Select: General Settings->Toolbox : turn on

Upvotes: 1

Related Questions