Visual Studio 如何在其“添加引用”对话框中查找 Unity/P&P 或 Office 程序集?
我读过关于 VS 的“添加引用”对话框以及它如何填充程序集的其他帖子。但是,即使在查看 Reference Assemblies 文件夹并使用 32 位和 64 位的 AssemblyFolders 注册表项后,我仍然无法找到某些程序集,例如 Unity /P&P 和 Office 程序集,以编程方式搜索它们时。我错过了什么吗?
I have read other posts on SO regarding VS's Add References dialog and how it populates assemblies. However, even after looking in Reference Assemblies folder and using the AssemblyFolders 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 程序集绑定日志查看器 (Fuslogvw.exe ) 查看实际使用的程序集在磁盘上的位置。
You can use the Assembly Binding Log Viewer (Fuslogvw.exe) to see where the assemblies that are actually used exists on disk.