我收到一个调用 Resolve 的异常:
KernelException: Could not instantiate custom activator
Inner Exception:
{"Constructor on type 'MyProj.MyAdapter`1[[MyProj.MyBusinessObject, MyAsm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' not found."}
那里肯定有一个公共的无参数构造函数(我已经在运行时使用反射验证了这一点)......所以我认为问题可能与它是通用的事实有关?我已经尝试获取组件模型对象并将 RequiresGenericArguments 设置为 true,但这并没有让我得到任何结果。
任何帮助将非常感激!谢谢。