I am merging all my Class Library Projects (ex: LibA.dll, LibB.dll, Sri.Theme.dll) into a single DLL (TestFrame.dll) using ILRepack. I am able to merge all the C# code and also able to access c# logic where ever I use consolidated DLL (TestFrame.dll). But the problem is I have one class library (Sri.Theme.dll) which has WPF Resource-dictionaries, I am not able to call these Resource-dictionaries in my WPF project App.xaml. I have checked TestFrame.dll in ILSpy, these Resource Dictionaries are merged into it. It is giving below error message:
Sri.Theme project structure will be like this:
I am trying like this in App.xaml in WpfApp1