Expected This error indicates that C# was expecting a closing brace when the program listing just stopped. Somewhere along the way, you forgot to close a class definition, a method, a loop, or an if block. Go back through the listing, matching the open and closed braces, until you find the culprit.
NOTE: ===== This error message is often the last in a series of often-nonsensical error messages. so dont'worry about addressing the other error messages until you've fixed this one. Also, Visual Studio helps you match parentheses and braces. Select one brace, and Visual Studio highlights the match
|
No responses found. Be the first to respond and make money from revenue sharing program.
|