SolvedVisual Studio Error

Posts 13 of 3 · 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 · 16 downloads
whoops didnt mean to post this here.
Try this: Build -> Configuration Manager -> find your project in the list and check the "Build" checkbox, if it's not checked..
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?