私は、スライドショーとコールバックを要求する/連絡先の詳細を残すオプションを備えたオフィスショールーム用に、自宅の個人用ラップトップで地下鉄アプリを開発しています。ほとんどの作業は完了していますが、私の問題は、プロジェクトを Dropbox にアップロードしてオフィスのコンピューターにロードできるようにすると、起動が拒否されることです。例外はスローされず、代わりに次のメッセージ ボックスが表示されます。 これは、BasicPage テンプレートに基づいて構築された C# Windows 8 Metro アプリケーションです。
[TITLE]Lexar2.exe - This application could not be started[/TITLE]
[CONTENT]
This application could not be started.
Do you want to view information about this issue?
[/CONTENT]
[BUTTONS]Yes/No[/BUTTONS]
[TITLE]Microsoft Visual Studio Express 2012 for Windows 8[/TITLE]
[CONTENT]
Unable to activate Windows Store app '...!App'. The Lexar2.exe process started, but the activation request failed with error 'The app didn't start'.
[/CONTENT]
プログラム出力:
'Lexar2.exe' (Win32): Loaded 'C:\Users\Owner\Dropbox\Programming\w8\Lexar2\Lexar2\bin\Debug\AppX\Lexar2.exe'.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mscoree.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file.
The thread 0x5c has exited with code 0 (0x0).
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreeis.dll'. Module was built without symbols.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comctl32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\comctl32.dll'
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Program Files (x86)\Common Files\Microsoft Shared\Ink\tiptsf.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleacc.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\SHCore.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\propsys.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\apphelp.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ieframe.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\iertutil.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comctl32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comctl32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comctl32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comctl32.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\comctl32.dll'
'Lexar2.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\comctl32.dll'
'Lexar2.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\comctl32.dll'
'Lexar2.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\comctl32.dll'
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\urlmon.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wininet.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\twinapi.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptsp.dll'. Cannot find or open the PDB file.
'Lexar2.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rsaenh.dll'. Cannot find or open the PDB file.
The thread 0x189c has exited with code -2146232576 (0x80131700).
The thread 0x19f8 has exited with code -2146232576 (0x80131700).
The thread 0x1370 has exited with code -2146232576 (0x80131700).
The thread 0x10ec has exited with code -2146232576 (0x80131700).
The program '[6224] Lexar2.exe' has exited with code -2146232576 (0x80131700).
システム仕様以外に追加する必要があるものは考えられないので、何か省略している場合は教えてください。
Windows 8 x64
6GB Ram
Intel(R) Pentium(R) CPU G2020 2.9Ghz
編集:新しいプロジェクトを作成して問題なく起動できます。現在取り組んでいるアプリは、もともとこのコンピューターで作成され、ドロップボックスにアップロードされたもので、個人のラップトップにダウンロードして一晩かけて作業しました。再アップロードしました。