I am trying to read an assembly and different types that are referenced in an assembly. Now, when the types of other assemblies are resolved, Mono.Cecil tries to locate the assembly where those types are defined. By default, there are some paths that are defined in BaseAssemblyResolver. However, I need to add a new path. I saw a thread that we need to subclass BaseAssemblyResolver and from that subclass we need to add directories to be searched by calling BaseAssemblyResolver.AddSearchDirectory. However, that doesn't add new directories to BaseAssemblyResolver. Is this the right way to add directory paths to Mono.Cecil or am I missing something?
thanx in advance, Usman -- -- mono-cecil
