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

19.0 official release and Visual Studio Integration: "Advisor Results" section introduced automatically

FortranFan
Honored Contributor II
893 Views

With 19.0 official release of Intel Parallel Studio and the integration of this product with Visual Studio, I am noticing an "Advisor Results" section getting introduced automatically in all my solutions regardless of whether an Intel Advisor analysis was requested explicitly.  Are other readers noticing this?  Does anyone know how to avoid this?

ad.png

0 Kudos
1 Solution
Devorah_H_Intel
Moderator
893 Views

This is a known issue and will be fixed in Update 1.

Meanwhile, the workaround is to remove Advisor integration:

Select one of them following ways:

  1. Use the Advisor tool for disabling integration: /path_to_advisor_install/bin32/advixe-vsreg.exe -d=2017(or other version)
  2. Uninstall the Advisor plugin manually: In Visual Studio go to the "Tools"->"Extensions and Updates", look for "Intel Advisor (version)" and click "Uninstall". If the "Uninstall" button is disabled, click button "Disable" and then "Uninstall".

View solution in original post

0 Kudos
5 Replies
Mark_Lewy
Valued Contributor I
893 Views

Yes, I get this too.  It seems to be benign in that the solution (sln) file is not modified on exit.

Microsoft Visual Studio Professional 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.7.03056

0 Kudos
Devorah_H_Intel
Moderator
894 Views

This is a known issue and will be fixed in Update 1.

Meanwhile, the workaround is to remove Advisor integration:

Select one of them following ways:

  1. Use the Advisor tool for disabling integration: /path_to_advisor_install/bin32/advixe-vsreg.exe -d=2017(or other version)
  2. Uninstall the Advisor plugin manually: In Visual Studio go to the "Tools"->"Extensions and Updates", look for "Intel Advisor (version)" and click "Uninstall". If the "Uninstall" button is disabled, click button "Disable" and then "Uninstall".
0 Kudos
Mark_Lewy
Valued Contributor I
893 Views

Method 1 worked for me: I executed advixe-vsreg from a parallel studio compilers tool command prompt run as administrator.

I couldn't find the Advisor plugin in VS 2015 Pro.

0 Kudos
prevot__mathieu
Beginner
893 Views

Still present in 2019u1.

0 Kudos
JohnNichols
Valued Contributor III
889 Views

Sometimes you are not paying full attention.  The VS 2017 - update 15.9.2 was just pushed out by Microsoft.  Without really thinking about it I updated and now I get the error message below.

I cannot fix it because the VS2017 15.8 has been taken down. 

I just have to wait until an update on IFORT - no great problem - just go back to VS2015 for a while.

Just a note if you are thinking of updating - don't.

John

0 Kudos
Reply