FileNotFoundException when trying to load Autofac as an embedded assembly

后端 未结 2 1153
别跟我提以往
别跟我提以往 2020-12-06 06:50

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

2条回答
  •  一向
    一向 (楼主)
    2020-12-06 07:37

    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)

提交回复
热议问题