StructureMap with two initializers I have add initializers to my 2 and 3 projects. Now it work like this:
- Execute base initializator;
- Execute initializator for 2 or 3 projects;
But it throw exception if i try to do something that use any implementation defined in base initializator.
If I reverse invoking it throw exception for implementation from "initializator for project".