3

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?

serialhobbyist
  • 4,768
  • 5
  • 43
  • 65

2 Answers2

3

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
SGarratt
  • 984
  • 1
  • 8
  • 22
0

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

Marc Gravell
  • 1,026,079
  • 266
  • 2,566
  • 2,900
Gregory A Beamer
  • 16,870
  • 3
  • 25
  • 32