Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

VS 2019 gone

gib
New Contributor II
506 Views

This is not strictly a Fortran question.  I have been using the oneAPI compiler with VS 2019.  Last night my PC crashed.  It turned out to be a dead PSU.  I replaced it and restarted the machine.  Now I find that all sign of VS2019 has disappeared, and I can no longer open my Fortran projects.

It seems to be quite a coincidence - I don't understand why a hardware failure should cause software to be removed.  Is there some other reason for my VS2019 Fortran to disappear?

Thanks.

0 Kudos
4 Replies
mecej4
Honored Contributor III
477 Views

The command

winget list | findstr /i visual

should give a list of installed applications with the name "visual", case-insensitively.

0 Kudos
gib
New Contributor II
465 Views

Thanks.  In the meantime I reinstalled VS 2019 Community, which was easy, and it's all working again.  Just another small MS mystery.

Out of interest, I wrote the command you suggested at the command prompt:

>winget list | findstr /i visual

It said:

FINDSTR: Line 1 is too long.

Then sat there until I did ctrl-C.

0 Kudos
mecej4
Honored Contributor III
447 Views

You can try "winget list" and look for "visual" in the output.

0 Kudos
JohnNichols
Valued Contributor III
393 Views

Screenshot 2024-06-19 095846.png

You need to answer the y or n question first. But it works.  

You could update to VS 2022 - it is supported by Intel and it is a bit nicer than 19. 

0 Kudos
Reply