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
Post a Comment