New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Assembly 'Telerik.Web.UI, Version=20xx.x.xxx.xx, Culture=neutral, PublicKeyToken=121fae78165ba3d4' contains a Web resource with name 'Telerik.Web.UI.Button.RadButton.js', but does not contain an embedded resource with name 'Telerik.Web.UI.Button.RadButton.js'.

Environment

Product Version 2014.2 618+
Product RadButton for ASP.NET AJAX

Description

The missing web resource name error happens after an upgrade from a version prior to 2012 to a version after 2014. Telerik UI for ASP.NET AJAX.

Solution

Telerik UI for ASP.NET RadButton has been heavily refactored in 2014 and its combined scripts file was renamed to Telerik.Web.UI.Button.RadButtonScripts.js.

If you are loading the RadButton scripts manually - you need to modify this line

with this one:

OR

OR to load RadButton scripts from CDN. You can also enable a local CDN.

In this article