Localisation issue while dynamically loading the WPF DLLs using MEF

梦想的初衷 提交于 2019-12-12 00:53:17

问题


I am trying to dynamically load DLLs and I am facing the following issues:

  1. The Resources in the dynamically loaded DLLs are not working. It is picking the neutral culture which is English, and no other .resx files are getting called.

  2. I am unable to call a WCF service in the dynamically loaded DLLs.

For 2) I have a work around but for 1) I am still stuck.

The technology i am using is. Net 4.0(with MEF)


回答1:


I found an alternate solution for 1). It was my mistake only, the resources DLLs were being picked from the wrong path.



来源:https://stackoverflow.com/questions/7802234/localisation-issue-while-dynamically-loading-the-wpf-dlls-using-mef

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!