2016-07-27 4 views
0

私はVisual Studioの新機能で、Windowsアプリケーションを構築しようとしています。 私はアプリを開発し、AndroidとiOS用のcordova/Phonegapでビルドしました。必要なフレームワークMicrosoft.WinJS.2.0.appxのインストールに失敗しました

窓用のアプリケーションを構築しようと、私はこのエラーを取得する場合:

Error DEP0800 : The required framework "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Microsoft.WinJS.2.0\1.0\Microsoft.WinJS.2.0.appx" failed to install.

Fehler 0x80070002: Beim Vorbereiten der Verarbeitung der Anforderung konnte die Erweiterung "windows.stateExtension" aufgrund des folgenden Fehlers nicht registriert werden: Das System kann die angegebene Datei nicht finden.

translation: Error 0x80070002: During prepare the processing of the requirement, the extansion "windows.stateExtension" couldnt be registered caused by this Error: The system couldnt find the file

私はそれを理解していない...私はMicrosoft.WinJS.2.0.appxという名前のファイルを持っエラーパスの下で...

私はまだ何が欠けているのか、それともエラーがないのか分かりません。

ファイルを開く - >新規 - >プロジェクト - >テンプレート - >その他の言語 - >ビジュアルC# - > Windowsの - >:任意の助けてくれてありがとう

+0

アプリをビルドしようとしているときに使用しているWindowsのバージョンは何ですか? –

+0

@Jordan Matthiesen Im Windowsを使用している8.1 – Blank

+0

ファイルがディスク上に存在するかどうかを確認しますか?そうでない場合は、VS修復を行う必要があります。これはあなたのプロジェクトの問題ではなく、悪いインストールのようです。 –

答えて

0

あなたは、Visual Studio 2015を使用している場合は、あなたは以下試すことができますWindows 8を開き、「Install Windows 8.1 and Windows Phone 8.0/8.1 Tools」をクリックします。

関連する問題