Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LNK1117: Syntax error in option "VERSION:1.0.0" [duplicate]

i have a very curious problem, when i try to build with Visual Studio 2013.

Anyone can help me? What i'm doing wrong?

Original Message (German)

1>------ Erstellen gestartet: Projekt: npworpg, Konfiguration: Debug Win32 ------
1>LINK : fatal error LNK1117: Syntaxfehler in Option "VERSION:1.0.0".
========== Erstellen: 0 erfolgreich, 1 fehlerhaft, 0 aktuell, 0 übersprungen ==========

Translated

1>------ Creating started: Project: npworpg, Configuration: Debug Win32 ------
1>LINK : fatal error LNK1117: Syntaxerror in Option "VERSION:1.0.0".
========== Created: 0 success, 1 error, 0 current, 0 skipped ==========
like image 705
Adrian Preuss Avatar asked May 05 '14 11:05

Adrian Preuss


1 Answers

I've found the Problem!

On the Settings (Project > Settings > Linker) removing the "Version" entry.

like image 92
Adrian Preuss Avatar answered Oct 21 '22 11:10

Adrian Preuss