Control Template Not render in Sitefinity 4.3

Posted by Community Admin on 04-Aug-2018 06:20

Control Template Not render in Sitefinity 4.3

All Replies

Posted by Community Admin on 30-Apr-2013 00:00

Hi,

I am working on  Sitefinity 4.3 project. When I click on
Design-->ControlTemplates, ControlTemplates are not render there, only white
area display with error "Failed to load resource"(please see in
attached file).

How to resolve this error. Please reply ASAP.

Thanks.

Posted by Community Admin on 01-May-2013 00:00

Hello,

Could you clear the logs in AppData folder of the website, then try to replicate the issue and see if there is something logged in. It looks like the error is related to a custom template you have or a template that was modified. The service used to get the templates fails.
You can also enable service trace logging to see if it will provide more details.

I am sending you a sample code in the attachment used by the service that you can run against the website in debug mode and see if there will be an issue thrown by a method, so you can see the actual exception and try to narrow down if there is a problematic template. You have to add the WebForm1.aspx from the attachment to the root of the website, build the site and attach a break point to GetControlTemplatesInternal method which retrieves the templates.

I checked this on a new and empty website( using build 4.3.1885 -official 4.3 Release) and templates loaded correctly. I suppose that there is something at your website that breaks the response of the service used to get the templates.

Greetings,
Ivan Dimitrov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed