HelpVisual Studio Error

Posts 16 of 6 · Page 1 of 1
Visual Studio Error
So this happens every time I start trying to debug my project. I am learning C# from a book called "Head First C#", so I am not sure where the error is, I will also post what code i have too.
Code:
Public Class Form1

Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click
MessageBox.Show(“Contact List 1.0.\nWritten by: WLG”, “About”);
End Sub
End Class
e61ce3eeeee14c605bea17ed470aef7e.png10 KB · 10 downloads 08885334bb347c73e49a3c709fe6b5b8.png21 KB · 17 downloads
If this makes it easier
Code:
Public Class Form1

    Private Sub PictureBox1_Click(sender As Object, e As EventArgs) Handles PictureBox1.Click
        MessageBox.Show(“Contact List 1.0.\nWritten by: WLG”, “About”);
    End Sub
End Class
Well try to follow the instuctions in the exception.
Maybe your Anti Virus is deleting it
MessageBox.Show(“Contact List 1.0.\nWritten by: WLG”,msgboxstyle.information)
if not working disable your antivirus
@ @Rai Uchiha First of all, why do you have ";" in the end?
It will be just MessageBox.Show("").
Also, As they said. Your Antivirus might be deleting the file.
Is it solved anyway?
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?