6

問題

Release/x86 で UWP アプリ (空のアプリ、UWP サンプル) を起動できません。

ただし、Debug/x86、Debug/x64、Release/x64 は OK です。

関連している

  1. ビルド -> 構成マネージャー
  2. 新しい...
  3. デバッグから設定をコピー
  4. 同じエラー

エラー

Visual Studio の出力

Symbols for ntdll.dll could not be downloaded from the Microsoft Symbol Servers. Exception settings and call stacks may not work correctly.  Make sure you have a network connection and try again.'App1.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.

The thread 0x2e74 has exited with code -1073741792 (0xc0000020).
The thread 0x780 has exited with code -1073741792 (0xc0000020).
The thread 0x1930 has exited with code -1073741792 (0xc0000020).
The thread 0x1b24 has exited with code -1073741792 (0xc0000020).
The program '[13492] App1.exe' has exited with code -1073741792 (0xc0000020).
Activation of the Windows Store app '451e4789-01f8-4e4e-b28d-fbfa813a4513_v5p8rpnswjrxg!App' failed with error 'The app didn't start'.

イベントビューア #1

Activation via contract helper of the app 451e4789-01f8-4e4e-b28d-fbfa813a4513_v5p8rpnswjrxg!App for the Windows.Launch contract failed with Server execution failed.

イベントビューア #2

Activation of the app 451e4789-01f8-4e4e-b28d-fbfa813a4513_v5p8rpnswjrxg!App for the Windows.Launch contract failed with error: The app didn't start..

イベントビューア #3

ActivateApplicationForContractByAppIdAsUserWithHost of the app 451e4789-01f8-4e4e-b28d-fbfa813a4513_v5p8rpnswjrxg!App for the Windows.Launch contract failed with The app didn't start..

再現する

新しいプロジェクト -> Visual C# / 空のアプリ (ユニバーサル Windows)

環境

  • Visual Studio 2015 コミュニティ エディション アップデート 1

  • Windows 10 Pro 64bit バージョン 1511 10586.122

試した

私はこれで数日を無駄にしました。助けてください。

メッセージと天気アプリも同じエラーです。

4

2 に答える 2

-6

解決策は次のとおりです...

  1. 天気アプリを開く
  2. エラーがポップアップ表示されるので、Store リンクをクリックします
  3. Weather アプリを再インストールします (インストール エラーを無視します)。
于 2016-03-12T07:38:41.323 に答える