0
votes
2answers
203 views
XML-parser error: no element found
I have a asp.net application which is located on a server.
It was working but then I added a whole bunch of stuff and now I get:
XML-parser error: no element found
Address: …
0
votes
XML-parser error: no element found
The error was that I was using MySql and when I added the reference to the connector it added a line in web.config, but it didn't add the dll in the bin folder.
So when the server tried to access t …
