- The purpose of the question is not too clear, at least to me. At a superficial level it once again tests whether a developer has exposed themselves in detail to type system.
- Perhaps it is also a test to see whether the developer has a understanding of deployment complexities and the dangers of deploying to non configured path locations?
Potential Answer:
Assembly.LoadFrom() uses the assembly name whilst Assembly.LoadFile() uses assembly file name. I suppose the load file would be used in scenarios where the assembly is not located in private path, thus in plug in environment where assemblies (and their locations) are registered with the dynamic program. LoadFrom will look at all the default locations for assembly...
No comments:
Post a Comment