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

Custom build for deployment

1 Answer 71 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 12 Aug 2015, 08:30 AM

Telerik provides a rich set of controls and features, but obviously we're only using a subset of all those controls. I wonder if it is possible to create a Visual Studio project to build a single assembly that contains all controls and themes that we're actually using and leaving out all non-needed controls. And doing so, would this be compliant to Telerik's license agreement?

Regards

Michael

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Petya
Telerik team
answered on 17 Aug 2015, 07:59 AM
Hello Michael,

I'm not sure what controls you're using in your project, but building a single assembly containing them might not be a trivial task considering the amount of components we provide and the dependencies they have on each other. What is more, I think this would complicate the upgrade process should you decide to switch the version of the libraries that you're using.

According to our license agreement, before deploying your application you need to ensure the assemblies are protected. This is achieved by rebuilding the controls using the approach described here and practically depends on a modification to the Telerik.Windows.Controls assembly since all controls on it. That said, extracting the code and rebuilding it in a separate assembly would not be compliant with the redistribution policy.

Regards,
Petya
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Michael
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or