Visual Studio 2015 CTP 6 をインストールし、ASP.NET MVC 6 プロジェクトを作成すると、ビルド時に次のエラーが表示されます。
1>------ Build started: Project: Test, Configuration: Debug Any CPU ------
1> Cannot find KRE package kre-clr-win-x86.1.0.0-beta3 in the folder: C:\Users\cornel.adavidoaiei\.k\runtimes
1>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AspNet\Microsoft.Web.AspNet.targets(111,5): error : The ProjectK Runtime package needs to be installed. See output window for more details.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped ==========
「C:\Users\cornel.adavidoaiei.k\runtimes\kre-clr-win-x86.1.0.0-beta3」を探していますが、ここにはビンはありませんが、「C:\Users」にビンがあります\cornel.adavidoaiei.k\runtimes\kre-clr-win-x64.1.0.0-beta3"、インストールされている x64 バージョンを使用せず、欠落している x86 バージョンの kre を使用しようとするのはなぜですか。この問題を解決するには?