0
votes
2answers
201 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
1answer
480 views
Send mail to multiple recipients with attachment ASP.NET
I am building a simple e-mail application to send emails to a list of people with an attachment.
To be able to add an attachment (from what I have found out) I need to use System.Web.Mail. …
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 …
