2

私は Windows Phone 用の Visual Studio Express 2012 を使用しており、次のリンクにある MiniBrowser チュートリアルに従っています。

http://msdn.microsoft.com/en-US/library/windowsphone/develop/ff402526(v=vs.105).aspx

すべての指示に従った後、指示の「アプリの実行」部分に到達すると、ステップ 1 のビルドで、次のエラーが生成されます。

Error 1  The name "LocalizedStrings" does not exist in the namespace "clr-namespace:MiniBrowser".   c:\users\avery_000\documents\visual studio 2012\Projects\MiniBrowser\MiniBrowser\App.xaml   1   1   MiniBrowser

Error 2  The name "LocalizedStrings" does not exist in the namespace "clr-namespace:MiniBrowser".   c:\users\avery_000\documents\visual studio 2012\Projects\MiniBrowser\MiniBrowser\App.xaml   10  9   MiniBrowser

Error 3  The build stopped unexpectedly because of an internal failure.
Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled. Failed to successfully launch or connect to a child MSBuild.exe process. Verify that the MSBuild.exe "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" launches successfully, and that it is loading the same microsoft.build.dll that the launching process loaded. If the location seems incorrect, try specifying the correct location in the BuildParameters object, or with the MSBUILD_EXE_PATH environment variable.
   at Microsoft.Build.BackEnd.NodeProviderOutOfProc.CreateNode(Int32 nodeId, INodePacketFactory factory, NodeConfiguration configuration)
   at Microsoft.Build.BackEnd.NodeManager.AttemptCreateNode(INodeProvider nodeProvider, NodeConfiguration nodeConfiguration)
   at Microsoft.Build.BackEnd.NodeManager.CreateNode(NodeConfiguration configuration, NodeAffinity nodeAffinity)
   at Microsoft.Build.Execution.BuildManager.PerformSchedulingActions(IEnumerable`1 responses)
   at Microsoft.Build.Execution.BuildManager.HandleNewRequest(Int32 node, BuildRequestBlocker blocker)
   at Microsoft.Build.Execution.BuildManager.IssueRequestToScheduler(BuildSubmission submission, Boolean allowMainThreadBuild, BuildRequestBlocker blocker) c:\users\avery_000\documents\visual studio 2012\Projects\MiniBrowser\MiniBrowser\MiniBrowser.csproj MiniBrowser

これらのエラーはどういう意味ですか?

4

1 に答える 1

0

私のコンピューターに Visual Studio Express 2012 for Windows Phone をインストールすると、プロジェクト フォルダーがアプリケーションと同じハード ドライブに置かれたようです。何らかの理由で、これをコンパイルするための解決策は、別のハード ドライブでプロジェクトを再作成し、そこから作業することでした。

ご協力いただきありがとうございます。

于 2012-12-14T02:13:24.167 に答える