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

What is KnownResourceXmlResolver.GetEntity?

3 Answers 70 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 03 Feb 2013, 05:38 PM
I have a telerik report that uses a datatable as its datasource. Whenever I run the telerik report In Visual Studio 2010 I see the following in the immediate window:

KnownResourceXmlResolver.GetEntity: '/' no entity available!

This messages comes up hundreds of times when rendering the Telerik report.

What is this message and how can I fix it?

Project Details
Telerik Reporting 6.2.12.1123
.NET Framework 4
Visual Studio 2010

3 Answers, 1 is accepted

Sort by
0
Massimiliano Bassili
Top achievements
Rank 1
answered on 05 Feb 2013, 05:09 PM
More info is needed, according to http://msdn.microsoft.com/en-us/library/system.xml.xmlresolver.getentity.aspx most likely there is an incomplete/wrong uri somewhere. I for one am not getting such a message, can you provide a small project? What technology are you using?
0
Wes
Top achievements
Rank 1
answered on 17 Jan 2015, 06:15 PM
This happened to me and it seemed that the cause was using HtmlTextBox on the report to show a simple bit of text. If I removed all HtmlTextBox instances on the report, the warning goes away.  Will be showing the same text in a TextBox instead.
My guess is HtmlTextBox wants a uri to some html in the resources?
0
Hinata
Top achievements
Rank 1
answered on 21 Jan 2015, 03:13 PM
Hi Wes,

Does this happen with any HtmlTextBox content and any type of project, because I'm not able to get this error.
Maybe you can provide a sample project with the issue.
Tags
General Discussions
Asked by
Dan
Top achievements
Rank 1
Answers by
Massimiliano Bassili
Top achievements
Rank 1
Wes
Top achievements
Rank 1
Hinata
Top achievements
Rank 1
Share this question
or