Hi,
Is it possible to create a sample for asp.net forms similar with what you have for MVC and Silverlight?!
Also there many people that have some old asp.net forms and want to have also MVC in a hybrid solution. Is it possible to solve this with Castle Windsor?!
Thanks,
Patrocle
Sure it is.
We just need someone to contribute such sample
Hi,
I develop a project that uses WCF Integration Facility as DDD architecture. There are a single container project, single domain project, several implementation projects and an executable console. Dependency tree can be shown like below:
Console(exe) -> Container(windsor) -> { Implementations -> DomainInterfaces }
Console project invokes Container.Bootstrapper.Initialize() and castle installers search this assembly in this method. In debug mode, it works successfully, windsor loads all dependencies and creates WCF service. When cursor enters into Initialize, I can see newly loaded modules in Modules window.
Problem is in release mode. I could't set breakpoint to this method and installers couldn't work, so nothing was loaded in Modules Window. In release mode, it works only if code optimization is unchecked and full-pdb debug info is checked in the project options of Console project. Is this a known issue or bug?
Thanks in advance.
Hi there,
It's best to ask questions like that on stackoverflow.com
The wiki discussion is generally geared towards discussion about the documentation.
cheers,
@K