H Hollywood Oct 29, 2003 #1 Anyone know of a good tutorial for loading assemblies, namely those in a seperate library, on the fly in CF?
Anyone know of a good tutorial for loading assemblies, namely those in a seperate library, on the fly in CF?
N Neil Cowburn [MVP] Oct 30, 2003 #2 Take a look at the System.Reflection.Assembly.LoadFile and System.Reflection.Assembly.Load methods. --Neil
Take a look at the System.Reflection.Assembly.LoadFile and System.Reflection.Assembly.Load methods. --Neil