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

This all started when I was finding Image Library dependencies that were having trouble getting started.  On the console I found:

"Error while compiling: ImageLibrary.cs(1254,25): error CS1525: Unexpected symbol `end-of-file'"

I fired up Visual Studio, and line 1254 is just a closed curly bracket.  Not really too sure how to approach this.

You can see existing threads that answer this. This is an encoding issue, often caused by how the file was transferred to your server. If using FileZilla, use Binary mode.
5e13a8d5b2bc5.jpg Wulf
You can see existing threads that answer this. This is an encoding issue, often caused by how the file was transferred to your server. If using FileZilla, use Binary mode.

Will try that!  Thanks, Wulf.  <3

Merged post

Crap.  Yeah, that didn't work.  I deleted the file from the server, deleted the copy on my hard drive, set FileZilla to binary transfer, downloaded a new copy, and sent it up via http://FTP.&nbsp; Same error message:

(23:38:55) | Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'

(23:38:55) | Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'

(23:38:56) | Error while compiling: ImageLibrary.cs(1254,25): error CS1525: Unexpected symbol `end-of-file'

I would suggest trying another tool to transfer, and make sure to get a fresh copy from our site. That is the cause of this issue if you are using a clean copy.
Roger that.  Anything you recommend other than FileZilla?

Merged post

Looks like WinSCP got 'er done!  Thank you so much!

(17:49:52) | Added '// Reference: Facepunch.Sqlite' in plugin 'ImageLibrary'

(17:49:52) | Added '// Reference: UnityEngine.UnityWebRequestModule' in plugin 'ImageLibrary'

(17:49:54) | Error while compiling: ImageLibrary.cs(1254,25): error CS1525: Unexpected symbol `end-of-file'

Please advise! Izzy

Wow yeah thanks i read it. i did upload with filezilla. deleted and reupload and now working many thanks!
Locked automatically