I want to use Visual Studio Performance Wizard to get the analysis (number of function calls) of my solution which include multiple projects written in Intel Visual FORTAN, Visual Studio C++ and C#. But Instrumentation analysis failed with the following warning and error.
Warning VSP2005: Internal instrumentation warning: The object '\Program Files (x86)\IntelSWTools\compilers_and_libraries_2016.1.146\windows\compiler\lib\intel64\ifmodintr.lib(./frtl/static/iso_c_binding.obj)' was built without debug information.
Error VSP1033: The file 'C:\Development\abc\x64\Release\abc.exe' does not contain a recognized executable image.
PRF0002: Instrumentation failed with these options: /u "C:\Development\abc\x64\Release\abc.exe" /excludesmallfuncs. Please check the output window for additional details.
It seems Visual Studio won't allow instrumentation until it gets all symbols files.
Following symbol file is missing from FORTRAN project: "libifcoremd.pdb".
Can I get this file or is there any other way to make it work.
Thanks
Babar