Hi,
I started using the RichTextBox component in our WPF Application and I found an issue regarding the version of the System.ComponentModel.Composition.dll which is being used by the control.
If I use the one that comes inside the Q1 2011 binaries package(version 2009.7.8), the control works fine. The problem is that I'm already using the same dll provided by .NET Framework 4.0(version 4.0.30319.1) in my project which produces a crash regarding wrong dll version when the control tries to load.
Which is the reason why the control is using this "personalized" dll? I see that the size of both dll is different too so I assume that the one that comes with the controls has some modifications. Do I have any workaround to deal with this issue??
Hope you can help me with this problem.
Thanks and Regards,
Carles
I started using the RichTextBox component in our WPF Application and I found an issue regarding the version of the System.ComponentModel.Composition.dll which is being used by the control.
If I use the one that comes inside the Q1 2011 binaries package(version 2009.7.8), the control works fine. The problem is that I'm already using the same dll provided by .NET Framework 4.0(version 4.0.30319.1) in my project which produces a crash regarding wrong dll version when the control tries to load.
Which is the reason why the control is using this "personalized" dll? I see that the size of both dll is different too so I assume that the one that comes with the controls has some modifications. Do I have any workaround to deal with this issue??
Hope you can help me with this problem.
Thanks and Regards,
Carles