bah! i think i solved by using a where...

container.Register(AllTypes.FromAssemblyContaining<IPresenterBase>()
.Where(t => !t.IsAbstract && !t.IsInterface) <<-- added
.BasedOn(typeof(IHandler<>)).WithService.Base()
   .WithService.Self()
.BasedOn<IPresenterBase>().WithService.Self()
.Configure(c => c.LifeStyle.Transient.OnCreate(InitializePresenter)));

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to