Monday, May 16, 2005 6:42 PM
bcorazza
Adding External Tools in Visual Studio for Installing/Removing assemblies to/from the GAC
First you open visual studio and goto Tools in the Menu bar and all the way towards the bottom of
the list you'll see External Tools (click on that).
Once that is open you will see a list of Menu Contents, to the right you will see an add and delete button. Click on the Add button. Once that is done you will see a [New Tool 1] entry into the bottom of the list.
- Now I prefer clicking on Use Output window so I can see the results of the gacutil output.
Now once you have that setup you can just select the project (from your solution explorer) and goto Tools and run the 'Install to GAC' or 'Remove from GAC' without going to the DOS prompt.
-B