是否可以使 Add-Type -AssemblyName 尊重 AssemblyFolders 或 AssemblyFoldersEx

发布于 2024-10-20 06:25:45 字数 298 浏览 2 评论 0原文

您可以通过将程序集路径放入以下注册表项之一来使非 GACed 引用显示在 Visual Studio“添加引用”对话框中:

[HKLM|HKLU\SOFTWARE\Microsoft\.NETFramework\<version>\AssemblyFoldersEx\
[HKLM|HKLU\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\

第二个版本在 VS.2010 中不起作用,并且似乎已弃用。有什么方法可以让 Add-Type 尊重这个列表吗?

You can make your non-GACed references show up in the Visual Studio Add Reference dialog by putting the assembly paths in one of the following registry entries:

[HKLM|HKLU\SOFTWARE\Microsoft\.NETFramework\<version>\AssemblyFoldersEx\
[HKLM|HKLU\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\

The second version does not work in VS.2010 and seems to be deprecated. Is there any way to Get Add-Type to respect this list?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

夜夜流光相皎洁 2024-10-27 06:25:45

据我所知这是不可能做到的。因此,我打开了 连接时的功能请求,以在某些情况下允许这种情况。

As far as I can tell this cannot be done. As such I opened a feature request on connect to allow for this in some cases.

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