Kompilieren im Debug-Modus

Deutschsprachiges X#-Forum – German language forum

Moderator: wriedmann

Post Reply
Kohle
Posts: 18
Joined: Fri Mar 04, 2016 10:35 am

Kompilieren im Debug-Modus

Post by Kohle »

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
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

Re: Kompilieren im Debug-Modus

Post by Chris »

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.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Kohle
Posts: 18
Joined: Fri Mar 04, 2016 10:35 am

Re: Kompilieren im Debug-Modus

Post by Kohle »

Danke, hat funktioniert.

Frank Kohle
Post Reply