c# - At which point is ServiceLocator created? -



c# - At which point is ServiceLocator created? -

i developing application using prism library 4.5.

i experiencing problem model uses microsoft.practices.servicelocator in it's constructor. works fine except when seek load specific model during startup, more exactly in prisms bootstrapper. servicelocator null @ point, i'm wondering @ point servicelocator beeing created.

you haven't specified bootstrapper using, order unity bootstrapper is:

createlogger createmodulecatalog configuremodulecatalog createcontainer configurecontainer configureservicelocator configureregionadaptermappings configuredefaultregionbehaviors registerframeworkexceptiontypes createshell initializeshell initializemodules

c# .net prism service-locator

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -