2
votes

I'm creating a UWP Project for windows 10.

I have googled about this problem, cleaned obj and bin folder by myself.

Then, my project folder, there is only ascii characters.

My changes had no effect.

1>C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x64\ilc\IlcInternals.targets(1192,5): error : 内部コンパイラ エラー (Internal Compile Error) 1>C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x64\ilc\IlcInternals.targets(1192,5): error : ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x64\ilc\Tools\nutc_driver.exe @"(Project Folder)obj\x64\Release\ilc\intermediate\MDIL\ECToolControl.rsp"' は終了コード 1 を戻しました (was returned exit code 1)

1
Have you check Compile with .Net Native tool chain option in project property ? - Nico Zhu - MSFT
Thanks, i unchecked that option, then compiled successfully. what a relief! - user8977483

1 Answers

3
votes

1>C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x64\ilc\IlcInternals.targets(1192,5): error : 内部コンパイラ エラー (Internal Compile Error) 1>C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x64\ilc\IlcInternals.targets(1192,5): error : ILT0005: 'C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x64\ilc\Tools\nutc_driver.exe @"(Project Folder)obj\x64\Release\ilc\intermediate\MDIL\ECToolControl.rsp"' は終了コード 1 を戻しました (was returned exit code 1)

Please try to uncheck Compile with .Net Native tool chain option in project property. It will work.