2

Update 3 を使用して、Visual Studio Professional 2013 で Windows Phone アプリをビルド/展開していました。次のコンソール出力が表示されました。

1>------ Build started: Project: CapturingVideos, Configuration: Debug ARM ------
2>------ Deploy started: Project: CapturingVideos, Configuration: Debug ARM ------
2>Deploying to Phone Internal Storage...
2>Creating a new clean layout...
2>Copying files: Total <1 mb to layout...
2>Checking whether required frameworks are installed...
2>Warning : DEP0810 : This app references Microsoft.Phone.WinJS.2.1, version 
1.0.9651.0, found in your SDK, but you have a higher version of 
Microsoft.Phone.WinJS.2.1 installed on the target machine, 1.0.9651.40228. If you 
continue to run this application, it will run against the currently installed version,  
Microsoft.Phone.WinJS.2.1, version 1.0.9651.40228. Consider updating your SDK to match     
the version of Microsoft.Phone.WinJS.2.1 that is installed. 
http://go.microsoft.com/fwlink/?LinkId=260891
2>Registering the application to run from layout...

参照を WinJS.2.1 v1.0.9651.0 から v1.0.9651.40228 に更新することを提案する警告に興味がありました。そこで、Visual Studio 2013 Extensions for the Windows Library for JavaScriptをダウンロードしてインストールしました。OS と VS 2013 を再起動した後、空白のテンプレートから新しい Windows Phone プロジェクトを作成しようとしました。References フォルダーには Windows Library for JavaScript 2.1 v1.0.9651.40228 が含まれているはずでした。ただし、まだ v1.0.9651.0 の古いバージョンしか参照していません。私は間違った道を進んでいましたか、それとも何かを見逃しましたか? 正しい方向に向けてください。ありがとう!

4

2 に答える 2