((AggregateModuleCatalog)ModuleCatalog) gives Compile error : modulecatalog is a type which is not valid in given context #2738
Unanswered
stevensrf11
asked this question in
WPF
Replies: 1 comment
-
Oh neve mind I see it should be Still I be interested if anyone has upgrader the PRISM 5 modularity desktop solution to PRISM 8 in .Net 5 and actually got it to work protected override void ConfigureModuleCatalog(IModuleCatalog moduleCatalog) |
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.
-
I am trying to use the AggregateModuleCatalog class in .net ore PRISM 8 from the prism quick starts modularity desktop application from PRISM 5
But when using I get a compile error on this line of code
((AggregateModuleCatalog)ModuleCatalog).AddCatalog(directoryCatalog);
Compile error is
ModuleCatalog is a type which is not valid in given context
Anyone have any fixex for this or have upgraded to Quick Starts Modularity DeskTop application to Prism 8 and having it working and could email me the code?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions