R
Rob Meade
Hi all,
I have an asp.net project which originally had some code to get assembly
information from itself and display this in the footer of the page.
I have since made few server controls, and now moved this functionality into
the "Copyright" control...my problem is that the code returns the assembly
information from itself, ie, the "Copyright" footer .dll...not from the main
web application .dll...
I've looked at [Assembly].GetCallingAssembly and
[Assembly.GetExecutingAssembly but neither of these look like they have any
support for jumping ship to another .dll to interrogate..
Anyone got any ideas?
Regards
Rob
I have an asp.net project which originally had some code to get assembly
information from itself and display this in the footer of the page.
I have since made few server controls, and now moved this functionality into
the "Copyright" control...my problem is that the code returns the assembly
information from itself, ie, the "Copyright" footer .dll...not from the main
web application .dll...
I've looked at [Assembly].GetCallingAssembly and
[Assembly.GetExecutingAssembly but neither of these look like they have any
support for jumping ship to another .dll to interrogate..
Anyone got any ideas?
Regards
Rob