Replies: 3 comments
-
Fixed , The problem was one the server |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi. I'm having the same problem. Can you tell me what it is that fixed it on your server side? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi .. Please verify that the server Side ODATA is working correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all..
I am getting this error when I am using the following core
var returnList = await oDataClient.For()
.FindEntriesAsync();
Then this error is being returned ( For security reasons DTD is prohibited in this XML document. To enable DTD processing set the DtdProcessing property on XmlReaderSettings to Parse and pass the settings into XmlReader.Create method)
I am using blazor webAssembly core 6
Any ideas ?
Thanks
Spyros
Beta Was this translation helpful? Give feedback.
All reactions