I have a few WebServices that use iBatis DAO and the DataMapper in my data access layer. When I try to debug the WebService, it takes roughly 2-3 minutes to break into the code. Meanwhile, I can see the statement 'WebDev.WebServer.EXE' (Managed): Loaded 'DynamicAssemblyProxyGen' repeating in my Debug output window.
I've always built my own iBatis libraries using src-revision-709676 and I never experienced this issue in the past. Obviously something in my environment has changed to cause this, unfortunately, I cannot pinpoint the change. I recently added a couple of map files to my SqlMap. I added a database appender to my log4net. Besides these two changes, I can't recall any other changes I've made that might cause this. I've tried removing both the above changes, however, that has not alleviated the problem. Any and all help would be appreciated. Thanks, Rafi

