|
|
1
8
|
|
|
2
8
|
|
|
4
6
通过将引用程序集目录而不是运行时目录传递给
我用它来合并Rx的System.Reactive.dll,它引用了
|
|
|
5
3
我注意到您的程序集中有一个叫做“dialogs.wpf”。当前ILMerge不能正确地将程序集与其中的WPF资源合并。 关于这个的信息不多,但是 this forum post 提到了一个可能的解决方案,并且在上面提到了几种可能性 answers to this question ,但投票率最高的建议只是买一个商业替代品——我不知道这对你是否有可能。 有一个 discussion here here that changing the resource reference in the xaml may help solve the problem . |