Thank you Ron.
I am putting all the dlls in /bin folder, but interface and implementation dlls are different.
There could be sub folders but not right now. (project is in many phases which same desktop exe will suffice- like accounts work... Of type 1, then type 2 process...)
There is no description for
CachedTypeResolver on http://ibatisnet.sourceforge.net/docs/en/sdkhelp/web/
And what is difference in TypeResolver and GetType :/
(I am not VB.Net expert.. I was doing c# earlier)
-----Original Message-----
From: Ron Grabowski [mailto:[EMAIL PROTECTED]]
Sent: 20 September 2005 17:09
To: [email protected]
Subject: RE: FW: DataAccess161 DaoManager.GetDao
Is there a reason why you aren't putting Model.Dao.Interfaces.dll in
the /bin directory with the other assemblies?
In addition to TypeResolver, there is also a CachedTypeResolver class:
http://ibatisnet.sourceforge.net/docs/en/sdkhelp/web/
You can download additional documentation from the Downloads section of
the iBATIS website:
http://ibatis.apache.org/downloads.html
I found this in a VB.Net project I worked on:
m_VehicleDao = _
DirectCast(m_daoManager(GetType(IVehicleDao)), IVehicleDao)
Where m_daoManager is a shorter way of writing:
IBatisNet.DataAccess.DaoManager.GetInstance()
--- Habib Ahmed Qureshi <[EMAIL PROTECTED]> wrote:
> Thanks for the reply.
>

