Results 1 to 3 of 3
  1. #1
    Rai Uchiha's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted

    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
    Attached Thumbnails Attached Thumbnails
    08885334bb347c73e49a3c709fe6b5b8.png  

    e61ce3eeeee14c605bea17ed470aef7e.png  


  2. #2
    Rai Uchiha's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    1
    My Mood
    Twisted
    whoops didnt mean to post this here.

  3. #3
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,990
    My Mood
    Cheerful
    Try this: Build -> Configuration Manager -> find your project in the list and check the "Build" checkbox, if it's not checked..

Similar Threads

  1. Visual studio error
    By ZectixV1 in forum Counter-Strike 2 Help
    Replies: 1
    Last Post: 03-18-2015, 04:12 PM
  2. [Help] Visual Studio: Error CS1001: Identifier expected
    By Reepa171 in forum Coders Lounge
    Replies: 0
    Last Post: 12-19-2014, 02:12 AM
  3. [Help Request] Visual Studio Error
    By Rai Uchiha in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-12-2014, 04:42 PM
  4. [Help Request] Visual Studios Error
    By deinemudda012345 in forum C# Programming
    Replies: 1
    Last Post: 12-27-2012, 05:41 AM
  5. Visual Studio Include Error [Help]
    By Shadow` in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 02-22-2012, 04:40 PM