Add Reference in Framework 4 Application is not showing assemblies in GAC registered with GACUtil V 4

回眸只為那壹抹淺笑 提交于 2019-12-04 20:50:00

The "Add Reference" window does not list assemblies in the GAC. Visual Studio keeps it's own list of paths to search for assemblies to list in that window. See here for instructions on how to make your assembly show up in that list, specifically under the heading "To display an assembly in the Add Reference dialog box"

Just as an alternative...

A more manual way of adding the dlls via the web.config is possible.

using the assemblies node

http://msdn.microsoft.com/en-us/library/bfyb45k1.aspx

any information you may need can be found by using the gacutil /l <name of assembly>

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!