A
AA2e72E
I expected
System.Reflection.Assembly.GetCallingAssembly().GetName().Name;
to give me the name of the exe calling a c# class library. It isn't - the c#
class library is a COM interrop dll and the calling exe is a Win32 Exe.
What am I doing wrong, any ideas?
System.Reflection.Assembly.GetCallingAssembly().GetName().Name;
to give me the name of the exe calling a c# class library. It isn't - the c#
class library is a COM interrop dll and the calling exe is a Win32 Exe.
What am I doing wrong, any ideas?