vote up 3 vote down star

Many simple MEF examples (listed below) uses AttributedAssemblyPartCatalog.

I have downloaded MEF source from CodePlex but still cannot find that type anywhere.

What happened to AttributedAssemblyPartCatalog and what is the alternative way of creating a resolver?

flag

1 Answer

vote up 4 vote down check

They renamed it (along with the other catalogs) to a shorter identifier in drop 4 (we're up to drop 5 now). It's called AssemblyCatalog now. Similarly, DirectoryPartCatalog got renamed to DirectoryCatalog.

link|flag
@matt: Thank you – Sung Meister Apr 9 at 2:24

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.