How can i use UserSettings when i import wpf controls via mef

Posted by blindmeis on Stack Overflow See other posts from Stack Overflow or by blindmeis
Published on 2011-02-23T07:23:11Z Indexed on 2011/02/23 7:25 UTC
Read the original article Hit count: 241

Filed under:
|
|

Hi, i have the following scenario. i have a main application wich can import usercontrols/views from other .dlls via mef. all works fine. but if i define usersettings im my plugin dlls, i got the following error

Das Konfigurationssystem konnte nicht initialisiert werden.

is there any way to include the settings in my plugin.dlls? or are there other ways to use UserSettings with plugin.dlls and mef?

thx

© Stack Overflow or respective owner

Related posts about wpf

Related posts about MEF