ASP.NET XML Parsing Error: no element found Line Number 1, Column 1 Error

后端 未结 12 2192
[愿得一人]
[愿得一人] 2021-02-20 05:44

Hey I found a weird temperamental page which randomly gives me the following error

XML Parsing Error: no element found
Location: http://kj2011/site_2011/nonprofit-data         


        
12条回答
  •  终归单人心
    2021-02-20 06:07

    In my case it was the AjaxControlToolkit.dll that was missing from the bin folder. Adding a breakpoint in the Application_Error method in global.asax as suggested above allowed me to find this out.

提交回复
热议问题