M
Mike V
Why is it that the Assembly.GetReferencedAssemblies method returns an array
containing *some* of the referenced Assemblies, but not others? I have code
that depends on this functionality actually working. For example, I have a
CustomAssemblyA that references a CustomAssemblyB within Visual Studio, but
it doesn't show up as a reference when I call
CustomAssemblyA.GetReferencedAssemblies().
What do I need to do to get it to show up in the list?
Thanks,
Mike
containing *some* of the referenced Assemblies, but not others? I have code
that depends on this functionality actually working. For example, I have a
CustomAssemblyA that references a CustomAssemblyB within Visual Studio, but
it doesn't show up as a reference when I call
CustomAssemblyA.GetReferencedAssemblies().
What do I need to do to get it to show up in the list?
Thanks,
Mike