Visual Studio 如何在其“添加引用”对话框中查找 Unity/P&P 或 Office 程序集?

发布于 2024-08-10 16:39:10 字数 194 浏览 0 评论 0原文

我读过关于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

是伱的 2024-08-17 16:39:10

您可以使用 程序集绑定日志查看器 (Fuslogvw.exe ) 查看实际使用的程序集在磁盘上的位置。

You can use the Assembly Binding Log Viewer (Fuslogvw.exe) to see where the assemblies that are actually used exists on disk.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文