I have not had any luck merging wpf assemblies using ILMerge.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would imagine that the main issue you are having when merging WPF assemblies is that the PackURIs for resources are not being changed.
If you are able to refactor your resources to a single assembly that is not merged or otherwise fix up the PackURI’s in your assemblies then your merged assemblies should work.