I got the following setting:
WPF_Application.exe
and
A DLL that contains a WinForms window and a WPF window.
"WPF_Application.exe" calls the WinForms window from the DLL, and the WinForms window creates an instance of the WPF window in the DLL.
This throws the following exception:
Unable to create multiple instances of System.Windows.Application in the same AppDomain.
I tried different things, but could not figure out how to fix it.
c # winforms wpf
Jaytee
source share