I don't want my WPF application to run in Fulltrust but it's impossible to run WPF in a partial trust AppDomain (i tried even with WPF hosting/interop) and WPF Browser Application does not fit my needs, so my question is:
is there a way to change the SecurityZone of the current AppDomain at runtime after WPF has created the Window and made all the initialization unmanaged calls?
Thank you :)