Unexpected symbol `end-of-file'Not An Issue

Just downloaded the file and getting this strange error message.

Error while compiling: VehicleLicence.cs(1056,248): error CS1525: Unexpected symbol `end-of-file'

That error means the file was not uploaded to the server properly, as in something changed the format/encoding of it. Make sure your method of upload isn't doing so. FTP client such as FileZilla will do that, so make sure it is set to binary or something that wouldn't automatically change the encoding.
I was indeed using FileZilla Wulf, thanks for the info  :)
Locked automatically