Hi, I am using iBatis.Net 1.3 with Framework 2.0. With my current VB application, everything works great as all the required files are in the same directory. I have a legacy VB 6 application which is running from a different directory and I have a COM interop exposed to my VB app in 2005.
The problem is iBatis sets " AppDomain.CurrentDomain.SetupInformation.ApplicationBase" which in turn is the directory of my VB6 application and not the calling assembly's directory (VB 2005 app). This causes me problem as all my files are with the VB 2005 application in a different directory than VB6. Is there a way i can pass the path for calling assembly directory or a different constructor which will take in extra parameter for this path as using Application Base is not working out for me and I cannot copy the required files in the directory of VB6 application. Thanks in advance, Romil

