Completed
Last Updated: 27 Jul 2021 15:32 by ADMIN
Release 2021 R3
Galina
Created on: 20 Jul 2021 19:20
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Web20 skin and RadNotification

Looks like it is a typo in the Telerik code. When I use skin web20 on the page and RadNotification I get exception :

An error occurred processing a web or script resource request. The requested resource 'pTelerik.Web.UI.Skins|Telerik.Web.UI.Skins.Web20Lite.Notification.Web20.css' does not exist or there was a problem loading it.

Note, there is "p" before Telerik namespace. 

1 comment
ADMIN
Attila Antal
Posted on: 27 Jul 2021 15:10

Hi Galina,

Thank you for reporting this problem.

Indeed there is a Bug in the Skins assembly. The Web20 Skin is referencing the incorrect Resource file which is "BlackLite.Notification.Black.css" instead of "Web20Lite.Notification.Web20.css".

#region Web20 Skin
[assembly: WebResource("Telerik.Web.UI.Skins.Web20.Notification.Web20.css", "text/css", PerformSubstitution = true)]
[assembly: WebResource("Telerik.Web.UI.Skins.Web20.Notification.Web20.gif", "image/gif")]
//LiteWeight
[assembly: WebResource("Telerik.Web.UI.Skins.BlackLite.Notification.Black.css", "text/css", PerformSubstitution = true)]
#endregion

 

The Correct reference should be:

[assembly: WebResource("Telerik.Web.UI.Skins.Web20Lite.Notification.Web20.css", "text/css", PerformSubstitution = true)]

 

The "p" letter in the exception is just the way the Error was displayed, you can ignore that part. We will fix this issue in the upcoming release.

As a Token of gratitude for reporting this issue, I have awarded you 1000 Telerik points.

 

Please excuse us for any inconvenience this may have caused.

Regards,
Attila Antal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.