Previous versions of Autofac worked, but since they switched to making it a Portable Class Library it won\'t load.
I tried applying the fix listed here (KB2468871) b
Maybe the problem is how you try to load your EmbeddedAssembly.
I have very small knowledge about how you can do it
but i know the following example from code project works fine for me so maybe it will help you :-)
Load DLL From Embedded Resource
(If i misunderstand your question please tell me and i will delete my Answer)