Beim Kompilieren eines Projektes (X#/VO) im Debug-Modus erhalte ich folgenden Fehler:
Line 0 - error XS2007: Unrecognized option: '/'
Das Kompilieren im Release-Modus wird fehlerfrei beendet.
Was könnte die Ursache sein?
Vielen Dank
Frank Kohle
Kompilieren im Debug-Modus
Moderator: wriedmann
Re: Kompilieren im Debug-Modus
Hi Frank,
It seems you have accidentally entered a "/" in the compiler options (or a normal option, but there's a space between the "/" and the option name). If you're using VS, that's in the Project properties, Build page, option "Extra command line options". In XIDE, it's in App properties, Compiler page. You just need to also select the Debug configuration to see the entered option.
It seems you have accidentally entered a "/" in the compiler options (or a normal option, but there's a space between the "/" and the option name). If you're using VS, that's in the Project properties, Build page, option "Extra command line options". In XIDE, it's in App properties, Compiler page. You just need to also select the Debug configuration to see the entered option.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: Kompilieren im Debug-Modus
Danke, hat funktioniert.
Frank Kohle
Frank Kohle