i used the app.config to set up legacy runtime activation policy for runtime 2.0 in a wpf Desktop application.
That worked properly.
Now i have a wpf browser application (XBAP) and i also set up the app.config.
This doesn't work.
It still Shows the error that assembly could not be loaded without additional config. Just as if the app.config wouldn't be there.
Is there an extra treatment for 2.0 libs and XBAP applications?