Click to See Complete Forum and Search --> : How to get caller's assembly name?


Alvin
05-30-2001, 11:33 AM
I understand that using "Reflection.Assembly.GetExecutingAssembly()" will
return the assembly where the current code is executing. Does anyone know
how to get the calling assembly that is calling current assembly without
infestigating the StackTrace of Envoronment class?

Thanks in advance.
Alvin