0

I want to use the Microsft.Web.Administration.dll Assembly. On my Windows 7 the file is located only in the folder c:\windows\winsxs. Why is the assembly in this folder and is it reccomended to reference from there?

gsharp
  • 27,557
  • 22
  • 88
  • 134

1 Answers1

0

I'd rather copy it somewhere locally and reference it from there if you really need it.

Gerrie Schenck
  • 22,148
  • 20
  • 68
  • 95
  • Only if it is explicitly redistributable. I don't think you can legally ship MS stuff otherwise. – Eugene Sep 06 '13 at 17:02
  • http://stackoverflow.com/questions/10248365/is-microsoft-web-administration-dll-redistributable – Eugene Sep 06 '13 at 17:07