Replies: 1 comment 3 replies
-
protected virtual AppDomain BuildChildDomain(AppDomain parentDomain)
AppDomain.Evidence is missing in .net 5 ... |
Beta Was this translation helpful? Give feedback.
3 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.
-
I have upgraded our .net472 WPF project to .NET5 and now the DirectoryModuleCatalog.BuildChildDomain is not available any longer (still using Prism.WPF 7.2.0.1422)
The approach in described here: https://brianlagunas.com/prism-dynamically-discover-and-load-modules-at-runtime/
Does anyone know what is the issue here?
Beta Was this translation helpful? Give feedback.
All reactions