Replies: 1 comment
-
Ok, i was missing moduleCatalog.Initialize()
is this the recommended way? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I try to use
DirectoryModuleCatalog
andCreateModuleCatalog
in a project.Based on Prism-Samples-Wpf, the modules are loaded and displayed correctly.
So far so good.
But I would like to get the list of modules added by DirectoryModuleCatalog.
moduleCatalog shows zero loaded modules, Items Count=0.
moduleCatalog shows one loaded module, Items Count=1 with Items[0] ModuleName "LiveModule"
As mentioned earlier, both modules are displayed correctly. So it must have been loaded by DirectoryModuleCatalog.
Same behavior with
Prism-Samples-Wpf/07-Modules - Directory
I'm not able to get the Module Name
I modified ModuleAModule.cs with
Can someone point me in the right direction?
Prism-Samples-Wpf is with .netcore 3.1 and Prism 7.2.0.1422
My Project is with .net 5 and Prism 8.0.0.1909
Beta Was this translation helpful? Give feedback.
All reactions