We just try to upgrade our productive system from NHib 1.0.2 to 1.2, both using Castle 1.1.5.0.
One issue that came up is that with interface proxies (which we use extensively through a code generator), Castle now seems to create type names which include the namespace of all interfaces. Unfortunately, this creates (in our project) very long typenames which exceed the 1024 character limit apparently imposed by .Net.
Is there some configuration possibility to change this behavior?
or might we do something wrong?
(Just to make sure: Is the no-namespace-behavior actually the standard in 1.0x?)
Regards
Harald M. Mueller
|