I am attempting to use spring.net ‘s IoC conatiner in a class library which in and of itself is not an executable. A web project simply calls this library , this library contains the references to the spring binaries and to spring’s config files.
Essentially the question is:
Does spring.net need to reside in an executable to start, or canit reside in a classs library that will be referenced by an executable?
Any help will be appreciated.
it can reside in a dll which is referenced by an executable, but make sure that the configuration is included in (or referenced by) the executable’s config file.