私は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の - >:任意の助けてくれてありがとう
アプリをビルドしようとしているときに使用しているWindowsのバージョンは何ですか? –
@Jordan Matthiesen Im Windowsを使用している8.1 – Blank
ファイルがディスク上に存在するかどうかを確認しますか?そうでない場合は、VS修復を行う必要があります。これはあなたのプロジェクトの問題ではなく、悪いインストールのようです。 –