Server 2008 R2 上的 microsoft.interop.security.azroles 位于何处?

发布于 2024-10-13 06:08:51 字数 149 浏览 5 评论 0原文

据我所知,在 Server 2003 上,microsoft.interop.security.azroles 曾经位于“C:\Windows\Microsoft.NET\authman”中。在 Server 2008 R2 上,该文件夹为空。

有谁知道它藏在哪里吗?

As far as I can recall, on Server 2003, microsoft.interop.security.azroles used to live in "C:\Windows\Microsoft.NET\authman". On Server 2008 R2, that folder is empty.

Anyone know where it's hiding?

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

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

发布评论

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

评论(2

世界如花海般美丽 2024-10-20 06:08:51

我自己也有同样的问题。他们已将其放回到 GAC 中,包括 32 位和 64 位版本:

gacutil /l Microsoft.Interop.Security.AzRoles
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.1
Copyright (c) Microsoft Corporation.  All rights reserved.

The Global Assembly Cache contains the following assemblies:
Microsoft.Interop.Security.AzRoles, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64
Microsoft.Interop.Security.AzRoles, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86

Number of items = 2

I had the same problem, myself. They've put it back in the GAC, in both 32-bit and 64-bit flavours:

gacutil /l Microsoft.Interop.Security.AzRoles
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.1
Copyright (c) Microsoft Corporation.  All rights reserved.

The Global Assembly Cache contains the following assemblies:
Microsoft.Interop.Security.AzRoles, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64
Microsoft.Interop.Security.AzRoles, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=x86

Number of items = 2
茶花眉 2024-10-20 06:08:51

我在 C:\Windows\winsxs 的子文件夹中找到了一个副本。我在这个盒子上加载了 SQL Server 2008。

I found a copy in a subfolder of C:\Windows\winsxs. I have SQL Server 2008 loaded on this box.

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