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.
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/.