Hi,
I am struggling with setting up StructureMap without the use of the generic fluent interface,
I can't use the generic methods, because I don't know the types at design time.
Ie:
To choose a default constructor the only method I could find is using 'SelectConstructor<T>()', but I only know the type at runtime...
This is related: http://groups.google.com/group/structuremap-users/browse_thread/threa...
How can I setup StructureMap without the generic fluent interfaces? Or, at least, how do I choose the default constructor without knowing the Type at design time.
Thanks in advance,
Remco