Welcome to MSDN Blogs Sign in | Join | Help

September 2003 - Posts

LoadFile vs. LoadFrom

Be careful - these aren't the same thing. LoadFrom() goes through Fusion and can be redirected to another assembly at a different path but with that same identity if one is already loaded in the LoadFrom context. LoadFile() doesn't bind through Fusion
Posted by Suzanne Cook | 12 Comments
Filed under:

LoadFrom's Second Bind

Pre-v2, when you load an assembly by path through Fusion (LoadFrom(), ExecuteAssembly(), etc.), it can actually cause two binds, not just one. The first bind loads the file at the given path. If that is successful, another bind is done with the display
Posted by Suzanne Cook | 2 Comments
Filed under:
 
Page view tracker