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

Protecting Telerik RadControls assemblies in uc level

1 Answer 64 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Auvo
Top achievements
Rank 1
Auvo asked on 24 Apr 2012, 02:56 PM
Hi,

When I'm developing a WPF applications, I can succesfully protect Telerik RadControls assemblies so that end user cannot use them for own purposes.

But now I have issue when I'm creating and build a WPF usercontrol (which uses Telerik RadControls components) and distribute it to the end user. In this case, end user should have possibilities to use my usercontrol (assembly) in he's own project but not Telerik assemblies directly.

In WPF applications I can use App.xaml to define Controls key resource:
<system:String x:Key="Telerik.Windows.Controls.Key">Sample Application Name v2.0 (tm)</system:String>


But how can I do that in usercontrol level?

Regards,
Auvo

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 27 Apr 2012, 06:49 AM
Hello,

 This is applicable for your entire application - including the user controls. 

Kind regards,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
Auvo
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or