vote up 8 vote down star
3

Is there any way to speed up the Add Reference dialog? For example, has anyone found any way to open it by default in the Recent or Browse tabs (which is what I use 90% of the time), to avoid the other tabs' slowness?

All I have found is this blog post where a lot of people complain about this issue, but no solutions...

Note that this is not a duplicate of 8440 as this is not a general question.

flag

67% accept rate
I don't think that you'll find an answer. If it's really annoying for you you can always edit csproj/vbproj manually ;) – Jarek Jul 22 at 21:36
Agreed it's not going to get fixed. Presumably, since it's scanning the GAC, you could make efforts to thin its contents down to the bare minimum, but that's sort of self-defeating. – Adrien Jul 22 at 21:48
OMG I feel your pain, the worst is to get into a coding groove and then click "Add Reference" and ... all ... productivity ... halts ... – Pandincus Oct 20 at 1:18

6 Answers

vote up 3 vote down check

No, I don't believe there is a good way to speed it up.

However, you can try a plug-in that does similar a thing but faster:

link|flag
vote up 2 vote down

I replaced my HD with an SSD. Now opening the Add References dialog takes about 2 seconds when I open it the first time, less than a second after that. That alone was worth the money.

link|flag
vote up 1 vote down

Try tweaking your virus checker.

I keep my virus checker (Nod32) set to scan on write, create, execute but not "file read". My whole machine is about 3 times faster, and "add reference" takes under 3 seconds. If I have my virus checker scanning reads it takes about 15 seconds to load add reference!!! Of course this introduces a small amount of risk, but for me the performance improvements far outweigh the risks.

link|flag
Wow - my machine uses raid0 raptors for system storage, is decently speced with 4GB mem and a regular core 2 duo and so on and is extremely zippy normally, but the first invoke of the add reference dialog in VS 2008 thrashes through the disk like crazy and takes several seconds to show... the first time. And it blows ^^ (all subsequent invokes of add reference is of course immediate due to caching) – Oskar Duveborn Nov 22 at 12:26
vote up 0 vote down

VS2010 fixes this.

link|flag
vote up 0 vote down

<tongue mode="in cheek"> Get a faster machine? </tongue>

link|flag
+1 for funny, but really ... we're just browsing the GAC here. Why the slowness? (Not like I've ever written a program to browse and parse the GAC ... ) – Pandincus Oct 20 at 1:19
vote up 2 vote down

I'm not sure that this is possible, or that it's going to get fixed by Microsoft - see this item on Microsoft Connect ...

link|flag

Your Answer

Get an OpenID
or

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