In other projects I have had no problems using the HTML5 Report viewer extension for MVC but I can not implement it in my current project.
The page containing the report viewer displays "loading.." in the top left corner but the report is never loaded.
I have debugged the application with Fiddler and Firebug but can see no errors.
The report service (Web API) controller is never called which is probably the root cause.
Comparing Fiddler traces between applications where reporting works and the application with the problem shows that the call
http://localhost:34639/ReportViewer/templates/telerikReportViewerTemplate.html is never made
Does anybody have any suggestions on how to debug this problem.