I have a web project who's DLL I load using Assembly.ReflectionOnlyLoadFrom(filename)
. I then call assembly.GetReferencedAssemblies();
.
The returned AssemblyName
s all have the ProcessorArchitecture
set to None
.
The primary DLL's ProcessorArchitecture is x64 while references vary between AnyCPU and x64.
Any idea why I'm not able to pick up the ProcessorArchitecture for these references assemblies?
Aucun commentaire:
Enregistrer un commentaire