Calling a WPF application in a dll
Created at 30 Jan 2017, 08:15
TR
Calling a WPF application in a dll
30 Jan 2017, 08:15
Hi,
Referencing a dll and calling a custom function is easy and so a windows form.
I am facing trouble calling a WPF user interface through referencing a dll when that WPF app is in the dll. Is gives me security permission error and UIPermission error.
Is there any way to call a WPF UI from a dll ?
Thanks