G
Guest
I have an asm that implements an interface. Since the asm will be loaded
dynamically, where should the interface be defined so that the client and
implementation can both use it? It seems like over-kill to define a shared
asm that just contains the interface definition. If the inteface is defined
in a shared project file, can there be a versioning issue?
dynamically, where should the interface be defined so that the client and
implementation can both use it? It seems like over-kill to define a shared
asm that just contains the interface definition. If the inteface is defined
in a shared project file, can there be a versioning issue?