I’m going through the Configurator course for the first time, and received this error.
The following errors were found during compile:
**CS1513 - c:\Users\atownes\AppData\Local\Temp\ConfigDump\Client_AATPictureFrameInputEventCollection.cs (68,4) - } expected ** Total number of Errors: 1, Warnings 0
If you open the referenced file (Client_AATPictureFrameInputEventCollection.cs) in Visual Studio, the error message will help track down where the syntax error actually exists (line 68, position 4 in this case). When you’re working with large “On Field Change” expressions, it can be difficult to track down the error without a way to point to the specific bit of text/code causing the issue.