Here is the situation, I have a MyCalendar control which is inherited from CalendarExtender. After I update to reference to the new version v15.1.2. I find the calendar.css is not loaded, the web resource link return a 404 error.
As I checked the source code, I find the problem is in ToolkitResourceManager.cs, GetStyleHref, line 138. It use MyCalendar control type in GetWebResourceUrl.
Jim Wang
Comments: Thanks for your report! Are you using static or embedded resources (by default)? Would you provide a sample project, so that we can reproduce the issue?
As I checked the source code, I find the problem is in ToolkitResourceManager.cs, GetStyleHref, line 138. It use MyCalendar control type in GetWebResourceUrl.
Jim Wang
Comments: Thanks for your report! Are you using static or embedded resources (by default)? Would you provide a sample project, so that we can reproduce the issue?