Where is the “System.Composition.TypedParts.dll”?

六月ゝ 毕业季﹏ 提交于 2019-12-23 10:55:01

问题


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.

Where can I find this DLL?


回答1:


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



来源:https://stackoverflow.com/questions/25658599/where-is-the-system-composition-typedparts-dll

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!