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

Telerik Rad Windows Control was not loading as a activex control in I.E 6.0

2 Answers 114 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ramesh
Top achievements
Rank 1
Ramesh asked on 24 Jun 2009, 04:45 AM
Hi,

I have using q3 2008 telerik windows control in that. We have develop the activex though the windows control library for our application including the telerik rad controls. The controls used in that was rad button and radpanel. The control is not loading in the browser i.e 6.0.

If i have install the telerik rad windows control in the client machine means the control is loading. If not installed its not loading. Our application is client server based application. If i need to install telerik rad windows control in all the client pc means its difficult.

So please help me with some suggestion to make the control loading without installing the telerik controls.

Regsrds,
Ramesh.K

2 Answers, 1 is accepted

Sort by
0
Ramesh
Top achievements
Rank 1
answered on 29 Jun 2009, 09:08 AM
Hi,

Please Kindly reply me as soon as possible. I am waiting for your answer for long time.

Regards,
Ramesh.K
0
Accepted
Nikolay
Telerik team
answered on 29 Jun 2009, 01:02 PM
Hello Ramesh,

Please excuse me for the delayed response. We are putting the final touches to our Q2 2009 release which is expected to be made public until the end of this week.

The solution in your case is to use the ILMerge tool. After you build the assembly which is using our controls, you should use the ILMerge tool to merge your assembly with the Telerik assemblies which are referenced by your assembly. Please note that the result assembly should contain the word Telerik in it. Please refer to this article for additional information about using ILMerge. In your case the command which you need to use may look like this:
ilmerge /out:TelerikActiveX.dll MyActiveXControl.dll TelerikCommon.dll Telerik.WinControls.dll Telerik.WinControls.UI.dll

Here, your assembly is MyActiveXControl.dll which is merged with TelerikCommon.dll, Telerik.WinControls.dll and Telerik.WinControls.UI.dll. The result assembly which is loaded in the browser is called TelerikActiveX.dll

When using this approach, you do not need to have RadControls for WinForms installed on the client machines. I hope this helps. If you have additional questions, feel free to contact me.

Greetings,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Ramesh
Top achievements
Rank 1
Answers by
Ramesh
Top achievements
Rank 1
Nikolay
Telerik team
Share this question
or