Hi,
We have been developing a WPF dashboard application that uses extensions (class libraries) that use Telerik WPF controls like Charting.
Is it possible to somehow embed needed Telerik control assemblies to each extension DLL so that we would not have to add these control assemblies also to hosting application (dashboard)? We are using MEF and PRISM.
I've seen some information about setting "Embed interop" property to True on class libraries but I'm not sure if that would do the trick. We would like our Dashboard and its extensions to be as loosely coupled as possible.
One "solution" would be to copy all needed control DLLs to Dashboard's running directory but we would like our extensions to only have one class library.
Br,
Kalle
We have been developing a WPF dashboard application that uses extensions (class libraries) that use Telerik WPF controls like Charting.
Is it possible to somehow embed needed Telerik control assemblies to each extension DLL so that we would not have to add these control assemblies also to hosting application (dashboard)? We are using MEF and PRISM.
I've seen some information about setting "Embed interop" property to True on class libraries but I'm not sure if that would do the trick. We would like our Dashboard and its extensions to be as loosely coupled as possible.
One "solution" would be to copy all needed control DLLs to Dashboard's running directory but we would like our extensions to only have one class library.
Br,
Kalle