Does ModuleDependencyAttribute does it work when all modules are DirectoryLoading? Exception thrown module not found #2396
Unanswered
stevensrf11
asked this question in
WPF
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a Prism application I load modules via directory loading
All the modules are in the same directory .
One of the module classes uses the ModuleDependencyAttribute.
When running the application the following exception is thrown:
A module declared a dependency on another module which is not declared to be loaded. Missing module(s): ServicesModule
Does ModuleDependencyAttribute does it work when all modules are DirectoryLoading?
Beta Was this translation helpful? Give feedback.
All reactions