Re: [fluent-nhib] Automapper unable to map multiple child classes in dynamically loaded assemblies?

2010-03-01 Thread Paul Batum
When you say 'won't map both', what do you mean exactly? What happens to the xml when you include both derived classes? On Tue, Feb 16, 2010 at 1:47 AM, Kenneth Cochran wrote: > I have two classes in separate, dynamically loaded assemblies that > both inherit from the base class TaxForm. Here is

[fluent-nhib] Automapper unable to map multiple child classes in dynamically loaded assemblies?

2010-02-15 Thread Kenneth Cochran
I have two classes in separate, dynamically loaded assemblies that both inherit from the base class TaxForm. Here is the configuration for the Automapper: .Mappings(m => { foreach (Assembly assembly in Doma