Server 2008 R2上的microsoft.interop.security.azroles在哪里?

时间:2011-01-18 16:42:35

标签: .net security azman

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

任何人都知道它藏在哪里?

2 个答案:

答案 0 :(得分:3)

我有同样的问题,我自己。他们以32位和64位的方式将它放回GAC中:

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

答案 1 :(得分:0)

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