On 6/12/07, Sebastien Lucas <[EMAIL PROTECTED]> wrote:
Hi,
On 6/6/07, Greg Jackman <[EMAIL PROTECTED]> wrote:
> Hi Sebastien,
>
> We've had problems with performance as well. When iBatis takes a long
> time to run builder.Configure() I have seen a lot of messages in the
> output window in Visual Studio.
>
> I see this line in the output window:
>
> 'Diligent.Boardbooks.Clients.SmartClient.Shell.vshost.exe' (Managed):
> Loaded 'DynamicAssemblyProxyGen', No symbols loaded.
>
> About 40 or 50 times during the call to Configure. I'd be interested to
> know if you see the same?
>
> Cheers,
> Greg
>
No I don't see that kind of message, I think it might be due to a bad
configuration of log4net. I remember I had this problem a long time
ago.
I'll continue the digging ;)
Sebastien
I found it .....
I just added :
<setting useReflectionOptimizer="false"/>
in my sqlmap.config and my problem was gone. It was really slowing
down the loading of my program.
Now another question is it a problem to disable the
reflectionOptimizer (which in my case does not optimize at all) ?
Thanks in advance.