This is a migrated thread and some comments may be shown as answers.

Kendo ui strange error at startup

5 Answers 283 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nicolas
Top achievements
Rank 1
Nicolas asked on 06 Sep 2015, 08:04 AM

Hi

I downloaded the last version of KendoUI

I include kendo.all.min.js and styles. I'm planing to use kendo directives as I'm working with Angularjs (1.3.16 as kendo is not ready for 1.4). When I load my page I got this error :

Uncaught Error: Invalid template:'<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><dc:creator>${creator}</dc:creator><cp:lastModifiedBy>${lastModifiedBy}</cp:lastModifiedBy><dcterms:created xsi:type="dcterms:W3CDTF">${created}</dcterms:created><dcterms:modified xsi:type="dcterms:W3CDTF">${modified}</dcterms:modified></cp:coreProperties>' Generated code:'var $kendoOutput, $kendoHtmlEncode = kendo.htmlEncode;with(data){$kendoOutput='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r\n<cp:coreProperties xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><dc:creator>'+($kendoHtmlEncode(creator))+'</dc:creator><cp:lastModifiedBy>'+($kendoHtmlEncode(lastModifiedBy))+'</cp:lastModifiedBy><dcterms:created xsi:type="dcterms:W3CDTF">'+($kendoHtmlEncode(created))+'</dcterms:created><dcterms:modified xsi:type="dcterms:W3CDTF">'+($kendoHtmlEncode(modified))+'</dcterms:modified></cp:coreProperties>';}return $kendoOutput;'

 

It is the very first time I saw this kind of error, Any advise on this ?

 

Thanks !

 

 

5 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 08 Sep 2015, 04:00 PM

Hello Nicolas,

 

the error usually occurs when a template is an invalid one. However, yours seems correct. Can you replicate the issue in our Dojo? We will examine it further.

 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Marco
Top achievements
Rank 1
answered on 07 Jun 2017, 10:37 AM

Any solution for this error?

I found the same issues with Telerik.UI.for.AspNet.Core (2017.2.504)

0
Veselin Tsvetanov
Telerik team
answered on 09 Jun 2017, 05:01 AM
Hello Marco,

As Petyo already mentioned, this error could be observed in case an invalid Kendo template has been used. In order to troubleshoot this problem we will need to reproduce it locally. Therefore, I would like to ask you to prepare and send us a small isolated runnable sample project, that demonstrates the error.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
fca
Top achievements
Rank 2
answered on 18 Jan 2018, 05:25 PM
I am having the same issue and was wondering if there is any progress with this? It didn't happen before with older version. 
0
Veselin Tsvetanov
Telerik team
answered on 22 Jan 2018, 10:27 AM
Hello,

Can you prepare and send us an isolated sample reproducing the error? We will need that in order to troubleshoot the problem locally.

Regards,
Veselin Tsvetanov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
General Discussions
Asked by
Nicolas
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Marco
Top achievements
Rank 1
Veselin Tsvetanov
Telerik team
fca
Top achievements
Rank 2
Share this question
or