i can create the plugins when i implement one interface, but when the class that is a plugin implements two interfaces or an interface and an abstract class i get an error on this line
objDll is an Assembly
foreach( Type OT in objDll.GetTypes())
{
the error just says
"unable to load one or more of the requested types. retrieve the Loaders Exception Property for more information. any ideas??
objDll is an Assembly
foreach( Type OT in objDll.GetTypes())
{
the error just says
"unable to load one or more of the requested types. retrieve the Loaders Exception Property for more information. any ideas??
Last edited: