D
Daniel Moth
1. Using System.IO you can check for the existence of dlls in your
application directory.
2. You can then use System.Reflection.Assembly.LoadFrom method to load the
dlls.
MSDN or google will give you more info on the above. If you have any
specific problems feel free to post back.
Cheers
Daniel
application directory.
2. You can then use System.Reflection.Assembly.LoadFrom method to load the
dlls.
MSDN or google will give you more info on the above. If you have any
specific problems feel free to post back.
Cheers
Daniel