VS 2010 中有没有办法添加对仅在 GAC 中的程序集的引用?
右键单击项目并单击“添加引用...”并没有提供执行此操作的方法。 .Net 选项卡不会在 GAC 中查找,如果您浏览到 C:\windows\Assembly,您会看到 GAC 的实际目录结构。 谢谢!
Right clicking on project and clicking "Add Reference..." does not provide a way to do this. The .Net tab doesn't look in the GAC and if you browse to C:\windows\assembly you are presented with the actual directory structure of the GAC.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有办法通过使用资源管理器导航来做到这一点。我确实在这里感到沮丧,因为我遇到了同样的问题。我解决此问题的方法是执行以下操作:
或者只是将 DLL 复制到临时目录中,并通过“添加引用”对话框导航到该目录。
No there is no way to do this by navigating with explorer. I do share the frustration here as I've run into the same problem. The way I work around this is to do the following
Or just copy the DLL into a temporary directory and navigate to that through the Add Reference dialog.