Home
Options

LoadAssemblySafely doesn't seem to be shadow loading

The assembly specified in CustomAssemblyPath is shadow loaded but another required assemblies that the LLBL driver loads via LoadAssemblySafely are not.
Happens in v4.42.1 and v4.43.04.

This maybe related to http://forums.oreilly.com/topic/72843-how-to-get-a-custom-typed-data-context-to-shadow-referenced-the-custom-assembly

Comments

  • Options
    I've only recently discovered GetAssembliesToAdd now comes with a (IConnectionInfo cxInfo) parameter and when I added the additional assemblies specified in the connection to this method those assemblies are then shadow loaded so I'm happy now.
Sign In or Register to comment.