Resolution failure on app reload in MVC4 + Unity
问题 I'm working on an ASP.NET MVC4 application, using Unity 3 as DI framework. I designed the architecture in a modular way, creating several satellite library projects (facade, managers, DB adapters, etc.), all statically linked to the app (which means added as references to the web project). The reason behind such architecture is to allow reusage in other contexts (for instance a separate REST based backend service, implemented as a standalone web project). I'm using dependency injection, which