If I want to know which assemblies are referenced by a given program, I can open up the program in Visual Studio and look at the references. I can alo use the Microsoft .Net Framework Configuration Tool in Administrative Tools.
However...I don't know how to identify the assemblies that use a given program. In other words, I want a list of all the programs that reference my assembly.
Is there a way of doing this with the standard .NET tools?
Dazed and confused
However...I don't know how to identify the assemblies that use a given program. In other words, I want a list of all the programs that reference my assembly.
Is there a way of doing this with the standard .NET tools?
Dazed and confused