Where is the "System.Composition.TypedParts.dll"?
Asked Answered
D

1

6

I am trying to use the ContainerConfiguration type from the Managed Extensibility Framework (MEF). According to here, it lives in "System.Composition.TypedParts.dll" which is part of .NET Framework 4.5. But I cannot find it in Add Reference for a .NET 4.5 application.

enter image description here

Where can I find this DLL?

Dogmatist answered 4/9, 2014 at 6:28 Comment(0)
D
8

It turned out to be part of MEF 2, which needs to be installed with NuGet. It's not distributed with .NET Framework.

Dogmatist answered 9/9, 2014 at 8:26 Comment(1)
in nuget run Install-Package Microsoft.CompositionVise

© 2022 - 2024 — McMap. All rights reserved.