November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Although I haven't tried it personally you should be able to run windsor and SM side-by-side.
If you keep the windsor container and you want to inject something EPiServer-specific you'd have to handle those registrations yourself. Dependening on your setup with your current container and the number of registrations you are interested in from EPi's container you could either register those manually or build some windsor plugin that checks itself for dependencies first and delegates to EPi's container if the dependency is not found.
Hi,
I'm trying to install EPiServer 7 on an existing MVC site. However I've hit a problem with the IoC Container. Currently the site is using the Windsor container, however I gather that EPiServer 7 uses StructureMap internally.
Do you think there is any way Windsor could be retained as the Container or will I need to replace it completely with StructureMap?
Thanks, Mike