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

Solved Issue Upgrading to Version 2024.1

Mike33
Beginner
644 Views

I had been using using IFX/IFORT version 2023.1 since August 2023 and decided to upgrade to 2024.1 yesterday.  That unexpectedly rendered me unable to build any Fortran projects with either version.   Instead, I was greeted with:

Rebuild started at 7:48 AM...
1>Error: Interface not registered
1>
1>Failed to find proxy registration for IID: {0AD9C5B6-CA46-4EF8-8773-8514DBFEF8AD}.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
========== Rebuild completed at 7:48 AM and took 00.850 seconds ==========

After many unsuccessful installs/uninstalls, I was able to match the IID to the TypeID in the registry (on another computer) to determine that C:\Program Files (x86)\Common Files\Intel\shared files\VS Integration\VS17\Intel Fortran\VFPackages\VFProj.dll was not registered.

I then fired up an Administrator command prompt and issued the following command to run the "integrate" program which registered the four dll's there, including VFProj.dll, and fix the issue.

C:\Program Files (x86)\Common Files\Intel\shared files\VS Integration\VS17\Intel Fortran\VFPackages>integrate.bat "C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\Tools"

I'm not sure if I did something wrong or if the installer didn't work properly, but I was just hoping to save others some time if they should encounter the same issue.

0 Kudos
0 Replies
Reply