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.
Asked
Active
Viewed 360 times
1
-
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 Answers
0
System.ComponentModel.Composition.Registration.RegistrationBuilder
It looks like its not supported in WinRT.

Aron
- 15,464
- 3
- 31
- 64