PDA

View Full Version : InitializeContext and App.config


matteob
01-14-2008, 10:08 AM
Hi,

when I have all Spring's configuration store in the App.config file,it's not loaded, but If separate configuration into multiple files, it's loaded correctly.
I have attach a complete example, the InitializeContextCorrect project have configuration separate into multiple files, while the InitializeContextError project have all configuration store in the App.config file.
I can't understand where is the problem.

I use:
Spring.NET 1.1 version
Spring.NET RichClient trunk version

Thank's!!


PS: Sorry for my bad english ;)

matteob
01-25-2008, 02:43 PM
I have correct the problem and create a patch.
Can you apply it?