Peter,
Does this occur in DebugMode (e.g. do you run from Visual Studio), probably under the Visual Studio Hosting Process, or are you talking about a Release Version?
As far as I know, by default a Xaf application outputs a lot of trace information. Changing a value in your app.config might help. Try setting the value for eXpressApFramework to 0..
<system.diagnostics>
<switches>
<!-- Use the one of predefined values: 0-Off, 1-Errors, 2-Warnings, 3-Info, 4-Verbose. The default value is 3. -->
<add name="eXpressAppFramework" value="4" />
<!--
<add name="XPO" value="3" />
-->
</switches>
</system.diagnostics>
Will you please let us all know the results? Currently, I'm not up to 200 object types yet, although I do have about 15 modules already (I favor separation of concerns)...
Marco