FNCSoftware / SharedWebComponentsMef

A prototype that demonstrates what a plugin-based architecture using MEF looks like.
13 stars 5 forks source link

Missing components #1

Closed DEWaller closed 7 years ago

DEWaller commented 9 years ago

The following components are missing in the SharedWebComponents project;

System.Composition.AttributedModel System.Composition.Convention System.Composition.Hosting System.Composition.Runtime System.Composition.TypedParts

Micha4711 commented 9 years ago

I had the same issue today building SharedWebComponentsMef. Microsoft.Composition (which hosts the System.Composition namespace) should be installed via NuGet package restore, but NuGet threw an error on installation. I had to set the references manually. This seems to be a NuGet issue.

p10tyr commented 9 years ago

Same for me. I had to remove the broken references, uninstall MEF2, then reinstall it. The references added back instantly and the project built.

drmcclelland commented 9 years ago

Thanks! This was the first problem I encountered, and @Micha4711 and @ppumkin had already solved it :-)