vote up 1 vote down star

When trying to add a reference to a project in Visual Studio, it often takes several minutes to load the 'Add Reference' dialog. It only seems to do this when the .NET or COM tabs are selected (it seems to default to the .NET tab on startup). I rarely use these tabs (I'm much more likely to be adding a reference to a project in the current solution [Projects tab], or a reference to something not in the GAC [Browse tab]), and am wondering if there is a secret option hidden somewhere to change the default tab, or if there is some hack or add-on to do this.

On a side note: I wrote this entire question during the load time for it -- I never said I couldn't be productive in spite of it.

(p.s.: I'm tagging this as visualstudio, because I seem to remember it doing this in VS03 and VS05, but I'm currently only using VS08, if somebody can confirm that the load times are drastically better in previous versions, leave a comment and I will re-tag)

flag

63% accept rate

closed as exact duplicate by Alex Lyman Oct 16 '08 at 22:47

2 Answers

vote up 1 vote down check

This is kind of a repeat question. See this one for more info.

link|flag
Wow, I tried 6 or 7 different searches, and that one never popped up. My bad. – Alex Lyman Oct 16 '08 at 22:49
It has happened to me as well, don't sweat it. :) – Craig Oct 17 '08 at 15:22
vote up 0 vote down

There is an add-in that adds a simpler add references dialog, although I can't find the URL at the moment (still looking). You can also install the Visual Studio 2008 Power Commands, which allows you to right click on a project and "Copy as Reference", and then paste it into another project. (All projects must be in the same solution.)

Edit: Found the add-in I was referring to: http://www.stevenrockarts.com/Blog/2008/07/21/QuickReference.aspx

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.