W
web1110
Hi
I am trying to find out how to associate an assembly name with a dll file
name. I am creating dynamic assemblies and must perform
ReferencedAssemblies.Add() operations. I know the name of the assemblies I
need for the using clauses, but not the names of the corresponding DLLs for
the ReferencedAssemblies.Add() operations.
I am using C# as the base for a rule based system. The code is written and
the 'using' clauses are parsed out identifying the assemblies needed. I
need a map from 'using' to '.DLL'.
Thanx,
Bill
I am trying to find out how to associate an assembly name with a dll file
name. I am creating dynamic assemblies and must perform
ReferencedAssemblies.Add() operations. I know the name of the assemblies I
need for the using clauses, but not the names of the corresponding DLLs for
the ReferencedAssemblies.Add() operations.
I am using C# as the base for a rule based system. The code is written and
the 'using' clauses are parsed out identifying the assemblies needed. I
need a map from 'using' to '.DLL'.
Thanx,
Bill