Requirements for both inclusion methods
- Last UpdatedJul 08, 2024
- 1 minute read
-
Store all dynamically loaded assemblies, as well as all non-system static dependencies of these dynamically loaded assemblies, in the same directory as the primary assembly.
-
If a dynamically loaded assembly is loading another assembly dynamically, then include the other assembly as a dynamically loaded assembly of the primary assembly. This is a requirement because the system will not search recursively for static or dynamic dependencies.