CS0654: referenced without parentheses
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello! I get this compilation error: CS0122: 'test.WebForm1.SelectInstance(object, System.EventArgs)' is inaccessible due to its protection level Then I make the method public and get this error: CS0654: referenced without parentheses .I don't know what to do! The HTML code:
-
Hello! I get this compilation error: CS0122: 'test.WebForm1.SelectInstance(object, System.EventArgs)' is inaccessible due to its protection level Then I make the method public and get this error: CS0654: referenced without parentheses .I don't know what to do! The HTML code: