This is a migrated thread and some comments may be shown as answers.

Deploy a custom control that use some Telerik

1 Answer 51 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Efrael
Top achievements
Rank 1
Efrael asked on 25 Oct 2010, 06:45 PM
Hi,
I built a custom control, a customizable grid where the user is able to place silverlight controls at runtime following his needs and give them their properties. I used some classic silverlight controls and some telerik controls (docking, input, and others).
When I deploy my control I got a abcdef.dll file, but if i use it in a new project, i also have to reference the telerik dll in order to make it working.
Is there any way to embed the telerik dll into my abcdef.dll control so that user just has to reference my dll, insead of make references to all the needed telerik dll?

Thanks

1 Answer, 1 is accepted

Sort by
0
Yavor Georgiev
Telerik team
answered on 26 Oct 2010, 10:47 AM
Hi Raffele Frisone,

 You can use the ILMerge tool from Microsoft. You can find some information on how to employ it here and here. We have not thoroughly tested this scenario, however, as merging Silverlight assemblies can result in breaking XAML clr-namespace references.

Sincerely yours,
Yavor Georgiev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Efrael
Top achievements
Rank 1
Answers by
Yavor Georgiev
Telerik team
Share this question
or