You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by Heather and Greg <ha...@xtra.co.nz> on 2007/02/24 06:32:40 UTC

Slow debugging due to repeated loading of DynamicAssemblyProxyGen

Hi all, I just wondered if anyone else has had any problems with the Visual
Studio debugger when using IBatis. I'm referencing the assemblies taken
directly from the binaries/2.0 folder of the latest release of both
DataMapper and DataAccess. When I start the debugger, the following line
appears in the output window 24 times. 

 

'DBD.Administrator.vshost.exe' (Managed): Loaded 'DynamicAssemblyProxyGen',
No symbols loaded.

 

While that is going on else happens, so I just have to wait for it every
time. Its making debugging a painful process. It seems to be triggered by
the loading of  Castle.DynamicProxy.dll. I was really just wondering whether
or not anyone else had experienced this problem, and if so, have they been
able to resolve it?

 

Any help greatly appreciated.

 

Cheers,

Greg