Hi , i need to load elements located in a subfolder of my Web Api project ( 
C#).
These plugins expose a class that implement IWindsorInstaller.
I try to load these with :
container.Install(Castle.Windsor.Installer.FromAssembly.InDirectory(new 
AssemblyFilter("bin\\Plugins")));
or 
container.Install(Castle.Windsor.Installer.FromAssembly.InDirectory(new 
AssemblyFilter("<fullpath>\\bin\\Plugins")));

but the command works only if the folders' names path has no space,  
otherwise castle does not load these elements .

Is it a bug ? Do i something wrong ?

Thank you 

Alessandro 

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/castle-project-users/c680b04a-4939-4c33-ab09-f6e3053248aan%40googlegroups.com.

Reply via email to