hot questions tagged add-references-dialog - Stack Overflowmost recent 30 from stackoverflow.com2009-12-11T06:05:26Zhttp://stackoverflow.com/feeds/tag?tagnames=add-references-dialog&sort=hothttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1727768/how-does-visual-studio-find-unity-pp-or-office-assemblies-in-its-add-references0How does Visual Studio find Unity/P&P or Office assemblies in its Add References Dialog?Dmitri Nesteruk2009-11-13T07:51:58Z2009-11-16T22:51:52Z
<p>I have read other posts on SO regarding VS's Add References dialog and how it populates assemblies. However, even after looking in <em>Reference Assemblies</em> folder and using the <em>AssemblyFolders</em> registry key for 32-bit and 64-bit, I am still unable to locate some assemblies, such as Unity/P&P and Office assemblies, when searching for them programmatically. Am I missing something?</p>
http://stackoverflow.com/questions/495973/getting-assemblies-to-show-in-the-net-tab-of-add-reference2Getting assemblies to show in the .NET tab of Add ReferenceMitchel Sellers2009-01-30T15:47:44Z2009-01-30T16:06:54Z
<p>When working with Visual Studio and adding a reference to a project you are presented a window with multiple tabs; .NET, Project, Recent, and Browse. What is needed to get an item listed under the .NET listing? </p>
<p>We have items in the GAC which we thought would get them listed there, but they are not. We are looking for methods to be able to get more consistent reference paths for assemblies in our applications across a very large development team.</p>
http://stackoverflow.com/questions/210516/visual-studio-add-reference-dialog-takes-several-minutes-to-load1Visual Studio 'Add Reference' dialog takes several minutes to load. [closed]Alex Lyman2008-10-16T22:25:37Z2008-10-24T18:36:38Z
<p>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 <code>.NET</code> or <code>COM</code> tabs are selected (it seems to default to the <code>.NET</code> 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 [<code>Projects</code> tab], or a reference to something not in the GAC [<code>Browse</code> 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.</p>
<p>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>
<p>(p.s.: I'm tagging this as <code>visualstudio</code>, 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)</p>