据我所知,在 Server 2003 上,microsoft.interop.security.azroles 曾经位于“C:\Windows\Microsoft.NET\authman”中。在 Server 2008 R2 上,该文件夹为空。
有谁知道它藏在哪里?
我自己也有同样的问题。他们已将其放回 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
我在 C:\Windows\winsxs 的子文件夹中找到了一个副本。我在这个盒子上加载了 SQL Server 2008。