最近在開啟一個專案時出現以下的錯誤,
The project requires a platform SDK (UAP, Version=10.0.10240.0) that is not installed.
Please visit the following link for more information: http://go.microsoft.com/fwlink/?prd=12514&pver=14.0&sbp=PlatformSDKMissing&plcid=0x409&o1=UAP,%20Version=10.0.10240.0
然後就不給開了。
原因就是因為該專案設定的版本為 10.0.10240.0,而我電腦中的是 10.0.10586.0 。
所以只要用文字編輯器開啟 專案檔 (.csproj) ,
然後將 TargetPlatformVersion 從 10.0.10240.0 改成 10.0.10586.0 ,再重新啟專案就可以了。
Hi,
亂馬客Blog已移到了 「亂馬客 : Re:從零開始的軟體開發生活」
請大家繼續支持 ^_^