C
Charles Law
I want to display the name and version of all assemblies (dlls?)
used/required by my application in a Help | About box. Is there a way to do
this?
One of the problems I anticipate is that assemblies are only loaded when
required. When my app loads not all assemblies are loaded. If the user goes
straight to the Help About box then there will still be assemblies required
but not yet loaded, so I would need a way of getting these as well. This
also presents a problem if an assembly is required by some sub-function of
my application, and it is not apparent that it is missing when the program
is first run.
TIA
Charles
used/required by my application in a Help | About box. Is there a way to do
this?
One of the problems I anticipate is that assemblies are only loaded when
required. When my app loads not all assemblies are loaded. If the user goes
straight to the Help About box then there will still be assemblies required
but not yet loaded, so I would need a way of getting these as well. This
also presents a problem if an assembly is required by some sub-function of
my application, and it is not apparent that it is missing when the program
is first run.
TIA
Charles