hey
Thank you for your effort. I tried it out and it is working. But one thing to my solution is different.
Can you try one more thing please?
Can you add the MyUserControl as a UserControl in your HelloWorldModule? Thats how I am using the Notification Lib. Within other modules... Is it still working? (On my side, it doesn't compile, I get a runtime error... but I think my Visual Studio behaves a little strange lately :)
<StackPanel><TextBlockText="Module Text"FontFamily="{StaticResource FontFamilyCustom}"Foreground="Green"HorizontalAlignment="Center"VerticalAlignment="Center"FontSize="24"></TextBlock><ButtonClick="Button_Click">Load remote module</Button><controls2:MyUserControl></controls2:MyUserControl></StackPanel>
Kind Regards
Dave