Getting assemblies to show in the .NET tab of Add Reference

后端 未结 4 1414
长发绾君心
长发绾君心 2020-12-10 07:55

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

4条回答
  •  失恋的感觉
    2020-12-10 08:59

    You need to add a registry key like:

    [HKEY_CURRENT_USER\SOFTWARE\Microsoft.NETFramework\AssemblyFolders\MyAssemblies]@="C:\MyAssemblies"

    You can see more on this at: http://support.microsoft.com/kb/306149

提交回复
热议问题