plugin wont load when i implement more than 1 interface

fguihen

Junior Contributor
Joined
Nov 10, 2003
Messages
248
Location
Eire
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??
 
Last edited:
Back
Top