HPC 테스트를 위해 Excel 2010을 사용할 때
HPC Calculation Error
자동화 오류입니다.
지정된 파일을 찾을 수 없습니다.
이런 팝업이 발생할 수 있습니다.
이 경우 Windows Server 2012부터 excel.exe.config 파일을 추가해야합니다.
excel.exe 파일과 동일한 위치에 있어야하며,
excel.exe파일의 기본 위치는 C:\Program Files\Microsoft Office\Office14 입니다.
아래는 excel.exe.config 파일의 내용입니다
<?xml version="1.0"?>
<configuration>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>