Windows phone 如何从Visual Studio Express 2012 for Windows Phone修复这些错误?

Windows phone 如何从Visual Studio Express 2012 for Windows Phone修复这些错误?,windows-phone,Windows Phone,我现在使用Visual Studio Express 2012 for Windows Phone,并已学习了位于以下链接的浏览器教程: 遵循所有说明后,一旦我进入说明的“运行应用程序”部分,在步骤1“构建”下,将生成以下错误: Error 1 The name "LocalizedStrings" does not exist in the namespace "clr-namespace:MiniBrowser". c:\users\avery_000\documents\visua

我现在使用Visual Studio Express 2012 for Windows Phone,并已学习了位于以下链接的浏览器教程:

遵循所有说明后,一旦我进入说明的“运行应用程序”部分,在步骤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

这些错误意味着什么?

看起来,当我的计算机上安装Visual Studio Express 2012 for Windows Phone时,它会将项目文件夹与应用程序放在同一硬盘上。出于某种原因,要编译此文件,解决方案是在不同的硬盘上重新创建项目,然后从那里开始工作


谢谢大家的帮助

您的解决方案中是否包含LocalizedStrings.cs文件?看起来它可能尚未生成,或者您正在使用Windows Phone 7模板(如果您正确遵循了教程,则不应使用该模板)?感谢您的推荐。我回到了教程的开头,在每一步之后进行构建,直到我能够找出哪里出了问题。好吧,我已经成功地设置了我的windows phone开发环境!!为了防止有人搜索这个话题,我写了一篇博文,介绍了WindowsPhone8开发的6个步骤。​e-8-development我希望这会有所帮助!