Novice unable to debug in Visual Studio.NET
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
MsgBox("You have entered: " & TextBox1.Text)
End Sub
When âDebuggingâ, this line above in Visual Studio.NET, WebForm1.aspx gives me Microsoft Development Environment Error:
Error while trying to run project. Enable to start debugging on the server.
Any comment anyone? But please, line by line.
Many thanks,
Henry
|