I am working in VB 2005. I want to be able to load a DLL selected dynamically from a list.
I have had advice and this is where I am so far:
*************** *************** *************** *************** **
thisAssemblyObj ect = System.Reflecti on.Assembly.Get EntryAssembly()
returnValue = thisAssemblyObj ect.CreateInsta nce("DeviceComm s.DeviceComms" ...)
*************** *************** *************** *************** **
Whatever I have tried in the second line has not worked and I am at a loss to know what to try.
Brenton
I have had advice and this is where I am so far:
*************** *************** *************** *************** **
thisAssemblyObj ect = System.Reflecti on.Assembly.Get EntryAssembly()
returnValue = thisAssemblyObj ect.CreateInsta nce("DeviceComm s.DeviceComms" ...)
*************** *************** *************** *************** **
Whatever I have tried in the second line has not worked and I am at a loss to know what to try.
Brenton
Comment