T
Theodore
Hi,
from within an executable I am calling class A located in a dll file which
in turn calls class B located in another dll file. I want class B to be able
to resolve the last entry assembly. By calling the ExecutingAssembly i am
getting Class B assembly, if i call the CallingAssembly i get back the
System.Windows.Forms Assembly and finally if a call the GetEntryAssembly i
get the assembly of the executable.
So how can i get the Class A assembly?
Thanks
Theodore
from within an executable I am calling class A located in a dll file which
in turn calls class B located in another dll file. I want class B to be able
to resolve the last entry assembly. By calling the ExecutingAssembly i am
getting Class B assembly, if i call the CallingAssembly i get back the
System.Windows.Forms Assembly and finally if a call the GetEntryAssembly i
get the assembly of the executable.
So how can i get the Class A assembly?
Thanks
Theodore