Veröffentlicht 12. November 20159 j Hallo zusammen, ich erhalte folgendes Problem beim Builden meiner Software, obwohl die build tools installiert sind, wäre dankbar für Antworten. MSB8020: The build tools for Visual Studio 2012 (Platform Toolset = 'v110') cannot be found. To build using the v110 build tools, please install Visual Studio 2012 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...". Grüße ghostdog
12. November 20159 j Moin. 45 minutes ago, ghostdog007 said: Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Upgrade Solution...". Das hast Du schon gemacht?
13. November 20159 j Und die Umgebungsvariable "VS110COMNTOOLS" ist auch richtig gesetzt? Was hast Du konkret schon versucht? Visual Studio 2012 korrekt installiert? Bauen neu angelegte Projekte?
13. November 20159 j Autor Hallo, ja das ist auch korrekt gesetzt: @if "%VS110COMNTOOLS%"=="" goto error_no_VS110COMNTOOLSDIR @call "%VS110COMNTOOLS%VCVarsQueryRegistry.bat" 32bit No64bit dementsprechend angepasst. vor 5 Stunden, Hexagon sagte: Was hast Du konkret schon versucht? Visual Studio 2012 korrekt installiert? Bauen neu angelegte Projekte? es läuft auf einer vm. nicht nur vs2012; vs2010 sondern vor allem vs2013 um C++ Projekte zu bauen. dafür dringend erforderlich. Die Fehlermeldung tritt auch so auf: the build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. To build using the v100 build tools, please install Visual Studio 2010 build Tools. Und vs2013 sollte in der Lage sein mit platform toolset v=100;101;102 umzugehen. Es scheint etwas komplizierter zu sein.. :(
13. November 20159 j Mich deucht Du willst per Kommandozeile bauen. Vielleicht auch noch periodisch? Nutzt Du dafür msbuild? Das kann man dann nämlich anders realisieren.
Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.