I've taken over the development of an Office Add-in that uses WPF for Custom Task Panes. I implementedTelerik RadPanelBar and RTFviewer to support some new features.
For design and development in Visual Studio I added the assemblies to the GAC and referenced them from the Add-in project. The solution runs on the dev machine but after build and deployment (through .msi) the Task Pane won't open because the Telerik dlls are not available.
I saw this blog post about merging assemblies in WPF but I can't use this solution because it slows down and crashes the Office application if I try to run this assembly resolver at startup.
How can I merge the referenced Telerik assemblies into the add-in dll or at least copy and deploy as part of the add-in installation?
Thanks
For design and development in Visual Studio I added the assemblies to the GAC and referenced them from the Add-in project. The solution runs on the dev machine but after build and deployment (through .msi) the Task Pane won't open because the Telerik dlls are not available.
I saw this blog post about merging assemblies in WPF but I can't use this solution because it slows down and crashes the Office application if I try to run this assembly resolver at startup.
How can I merge the referenced Telerik assemblies into the add-in dll or at least copy and deploy as part of the add-in installation?
Thanks