1

I am completely confused this evening. I've read almost a dozen posts on how to use the RegistrationBuilder in MEF 2 to build the Composition Context. However, there's no such class in the MEF 2 that I loaded down to build WinRT applications. Can someone please give a quick road-map explaining why there's such differences between the on-line discussion surrounding MEF 2 and the actual classes that I'm working with in the latest copy of MEF 2? Also, a URL for the help for this library would be very useful.

Quark Soup
  • 4,272
  • 3
  • 42
  • 74
  • It appears that the analog is the 'ConventionBuilder' builder class. It is a subset of the RegistrationBuilder and uses the same syntax. – Quark Soup Jul 13 '14 at 15:39

1 Answers1

0

System.ComponentModel.Composition.Registration.RegistrationBuilder

It looks like its not supported in WinRT.

Aron
  • 15,464
  • 3
  • 31
  • 64