Visual Studio 2010 - References Dialog Filter
Posted
by Sphynx
on Stack Overflow
See other posts from Stack Overflow
or by Sphynx
Published on 2010-05-31T10:50:31Z
Indexed on
2010/05/31
10:52 UTC
Read the original article
Hit count: 353
Visual Studio 2010 adds a new feature to improve loading speed of references in "Add .NET Reference" tab. For example, when the target framework of project is 3.5, it displays only 3.5 assemblies in the list, and says "Filtered to: .NET Framework 3.5". This feature is quite annoying, as it makes impossible to find an older assembly, unless you change a target framework in compilation options. Is there any option to disable that filtering?
© Stack Overflow or respective owner