Ticket #41 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Cannot find visual studio (while trying to locate VSTest.Console.exe)

Reported by: michelpons Owned by: jasper
Priority: major Milestone: Maintenance of Phase II
Component: Building distribution Version: 1.2.0.0
Keywords: Cc:

Description

Using commit 138, launched makedistribution.py. Got the following error:

File "C:\Users\CTO\Documents\colan_cobia\makedistribution.py", line 214, in <module>

raise RuntimeError?('Cannot find visual studio (while trying to locate VSTest.Console.exe)')

RuntimeError?: Cannot find visual studio (while trying to locate VSTest.Console.exe)

while vstest.console.exe exists on the machine at
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions?\Microsoft\TestWindow?

Change History

comment:1 Changed 3 years ago by michelpons

  • Component changed from COBIA Runtime MSI to Building distribution

comment:2 Changed 3 years ago by anonymous

Michel - please perform, on the cmd prompt,

set | find "VS"

and let me know the outcome?

comment:3 Changed 3 years ago by michelpons

Microsoft Windows [Version 10.0.18362.1256]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\CTO>set | find "VS"

C:\Users\CTO>

comment:4 Changed 3 years ago by jasper

  • Status changed from new to closed
  • Resolution set to fixed

Commit r139 should work. Try it?

comment:5 Changed 3 years ago by michelpons

Confirm commit 139 fixes it.

comment:6 Changed 3 years ago by michelpons

  • Milestone set to Maintenance of Phase II
Note: See TracTickets for help on using tickets.