Title: DataAccess161 DaoManager.GetDao
Hi,

In DataAccess 1.6.1
DataManager.GetDao only has GetDao with signature of TYPE and not string.

My types are in a separate assembly

Dao.Interfaces

In this situation I am unable to load a type.

VB.Net
                dm = DaoAccessPoint.GetInstance().DaoManagerObj

                Dim tp As Type
                tp = Type.GetType("IApplicationUserDao")
                tp = Type.GetType("fullyqualifiedname.IApplicationUserDao")
                obj = dm.GetDao(tp)
                appuserdao = CType(obj, IApplicationUserDao)

None is working.
:/

What should be done?


HELP

Thanks in advance.


Habib Ahmed Qureshi
Software Engineer
Flight Operations Safety and Service delivery
Mob: 00971503966137; Tel: 00971 4 2133873

Reply via email to