WPF-与UserControls一起使用不同版本的DLL
问题描述:
我遇到了问题,当我有WPF用户控件且该用户控件位于不同版本中的DLL加载到程序集中时,该用户控件再也找不到它的资源了。 (也许是因为它们的名称相同,但是版本DLL不同)?
I have the Problem, when I have WPF UserControls and I have the DLL where this UserControl is located in different Versions loaded into the Assembly, the UserControl could not find it's Resources any more. (Maybe because they are there with the same Name but in different Versioned DLLs) Any know how to fix it?
答
I fixed it in SharpDevelop now this way: https://github.com/icsharpcode/SharpDevelop/commit/b3ea4a0efb7e3b8e083f8be40ea6f7e03ff44604