Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the "System.Composition.TypedParts.dll"?

Tags:

mef

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?

like image 840
smwikipedia Avatar asked Sep 04 '14 06:09

smwikipedia


1 Answers

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

like image 91
smwikipedia Avatar answered Oct 13 '22 19:10

smwikipedia