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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -