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

Extending Telerik Control and telerik upgrade

1 Answer 51 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chetan
Top achievements
Rank 1
Chetan asked on 12 Feb 2016, 08:15 PM

I have created a new class library project where I extend few telerik controls where as referenced Telerik.Web.UI.dll reference as Specific Version = false and not as embedded resource. I use the CustomTelerik.dll in the project along with Telerik.Web.UI.dll.

The issue is everytime I upgrade my Telerik.Web.UI.dll version the CustomTelerik.dll complains that it could not load Older version of Telerik which it was built against.

How can I make my CustomTelerik.dll version proof for Telerik upgrade?

 Thanks

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 17 Feb 2016, 11:55 AM
Hello Chetan,

Projects that reference assemblies should be rebuilt every time you upgrade the dependent assemblies. This is an issue that is not directly related to Telerik UI assemblies but a general .NET knowledge. You can read more information on the matter in this forum post - http://stackoverflow.com/questions/13751807/if-i-rebuild-a-dll-that-my-project-references-do-i-have-rebuilt-the-project

Regards,
Danail Vasilev
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
Chetan
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or