I'm installing Intel FORTRAN 10.1 with Visual Studio 2005 on a PC running Windows 7 Enterprise Service Pack 1.
When attempting to debug a 64 bit application an error pops up stating,
'Unable to start program "..."'.
The components for the 64-bit debugger are not registered. Please repair your Visual Studio 2005 Remote Debugger installation via 'Add or Remove Programs' in Control Panel."
I found this thread https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/303821
The closest I could come to Steve's recommended solution was to run: C:\Program Files (x86)\Intel\Download\IntelFortranCompiler10.1\installs\w_idp_p_10.1.034_IA64.exe
This reported, "This installation package is not supported by your processor type. Contact Product Vendor."
How can I get the 64-bit debugger working with FORTRAN 10.1 and Visual Studios 2005?