c# - XML-parser error: no element found -
I have an asp.net application that is located on a server, it was working, but then I had a Added the whole group and now I got:
XML-Parser error: no element found Address: line 1, column 1:
(I have this error message from Swedish Is translated, so it can not be 100% correct)
An error occurs in Firefox when I get the code on "My" site Hereby IE joins 8 and Google me blank pages in Chrome I
I have set up IIS (7.0) on my machine and it worked there.
I have checked the files on the server only if there was something wrong with the upload, but the code was.
I have also added to see that I can get it to work again. But not Of course, I'm not 100% sure that I got everything back.
It does not matter that I am trying to load all the files to get this error message.
Hmm, when I write this, I think that something as in the form of the asp.net application installed on the server may be wrong but since it works from the beginning ...
There are so many codes, so I do not really know what to upload here but maybe someone knows this error message and knows what it is or maybe tell me in the right direction.
The following output is displayed in your default .aspx page:
& Lt ;! DOCTYPE HTML PUBLIC "- // W3C // DTD HTML 4.0 Transcription // N" & gt; & Lt; Html & gt; & Lt; Top & gt; & Lt; Meta http-equiv = "content type" content = "text / html; charset = window-1252" & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; / Body & gt; & Lt; / Html & gt; It seems that Firefox considers this an XML document (without data) and throws an error in this case (maybe doing something with DOCTYPE) It is also possible that NET generates a response type of "App / XML" in this case, although I can not confirm that IE 7 shows an empty page as expected.
What you should see is why your page is giving blank output. Are you certain that the site is configured to run from the correct version of ASP.NET?
Comments
Post a Comment