2

Quick question folks. Where is Unity now located? My code is complaining that it's not in Microsoft.Practices.

Thanks!

Since_2008
  • 2,331
  • 8
  • 38
  • 68
  • Does this answer your question? [Where is Microsoft.Practices.Unity package?](https://stackoverflow.com/questions/35674014/where-is-microsoft-practices-unity-package) – Robin Zimmerman Jun 29 '20 at 01:02

2 Answers2

1

Microsoft.Practices.Unity.dll is a separate assembly in the C:\Program Files\Microsoft Enterprise Library 5.0\Bin directory. (EL V5.0)

devio
  • 36,858
  • 7
  • 80
  • 143
1

It is now in Microsoft.Practices.Unity.Silverlight.dll

You can also get it as part of the PRISM download.

iCollect.it Ltd
  • 92,391
  • 25
  • 181
  • 202