Another reason for the problem is discussed on https://docs.telerik.com/devtools/aspnet-ajax/knowledge-base/common-telerik-web-ui-pdb-not-loaded-error, e.g.
Go to Tools -> OptionsRegards,
Rumen
Progress Telerik
Hi Fernando,
The exception message doesn't reveal what exactly might be the issue.
Can you please check the following help article to verify if all the settings are set correctly:
http://docs.telerik.com/devtools/aspnet-ajax/controls/radskinmanager.
Have you also tried to disable the script combining by setting EnableScriptCombine="false" and EnableStyleSheetCombine="false":
<telerik:RadScriptManager EnableScriptCombine="false" ...
<telerik:RadStyleSheetManager EnableStyleSheetCombine="false"
If the issue still occurs, could you please send us a small runnable sample project that demonstrates the problem, so that we can troubleshoot it?
Regards,
Rumen
Progress Telerik
Same problem :
System.NullReferenceException
HResult=0x80004003
Message=Referencia a objeto no establecida como instancia de un objeto.
Source=Telerik.Web.UI
StackTrace:
at Telerik.Web.SkinRegistrar.GetAppSetting(String name, Page page)
VS2019 16.5.4
Telerik.Web.UI 2020.1.219.45
I get this error. I'm using non-embedded Telerik themes: System.NullReferenceException: Object reference not set to an instance of an object. at Telerik.Web.SkinRegistrar.GetAppSetting at Telerik.Web.SkinRegistrar.GetDefaultSkinsAssemblyName