versions of prism 7 and 8 exception on contentcontrol region for framework 4.7 #2383
Replies: 3 comments
|
Well I found the problem for the .Net Framewrok, |
|
Well I found the previous email about the fix may be incorrect. |
|
Well I found the problem for the .Net Framewrok, |
|
Well I found the previous email about the fix may be incorrect. |
Uh oh!
There was an error while loading. Please reload this page.
Does a region adapter now have to be created for a ContentContol?
I created WPF .Net Framework 4.7 Application identical to the Sample 2 Region demo. I tested every version of Prism 7 annd Prism 8, and for all version an exception is thown about a region adapter not being create for content control.
Has anyone else heard reports on this happening from anything ?
The eception occurs here in Prim's code
public static void UpdateRegions()
{
All reactions