Windows phone 8 &引用;“生成NPRTManifest”;任务意外失败

Windows phone 8 &引用;“生成NPRTManifest”;任务意外失败,windows-phone-8,Windows Phone 8,我正在尝试构建WP8应用程序,但不断出现以下错误: 有什么想法吗 Error 12 The "GenerateWinPRTManifest" task failed unexpectedly. System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1. at System.Xml.XmlTextReaderImpl.Throw(Exception

我正在尝试构建WP8应用程序,但不断出现以下错误:

有什么想法吗

Error   12  The "GenerateWinPRTManifest" task failed unexpectedly.
System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
   at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
   at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
   at Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.IsManifestUptoDate()
   at Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.SaveDocumentIfUpdated()
   at Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.ExecuteImplementation()
   at Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()
错误12“GenerateWinPRTManifest”任务意外失败。
System.Xml.XmlException:“.”十六进制值0x00是无效字符。第1行,位置1。
位于System.Xml.XmlTextReaderImpl.Throw(异常e)
位于System.Xml.XmlTextReaderImpl.Throw(字符串res,字符串[]args)
位于System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[]数据,Int32长度,Int32 invCharPos)
位于System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()处
位于System.Xml.XmlTextReaderImpl.ParseDocumentContent()处
位于System.Xml.XmlTextReaderImpl.Read()处
位于System.Xml.Linq.XDocument.Load(XmlReader阅读器,LoadOptions)
位于System.Xml.Linq.XDocument.Load(字符串uri,LoadOptions)
在Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.IsManifestUpdate()中
在Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.SaveDocumentIfUpdated()中
在Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.ExecuteImplementation()中
在Microsoft.Silverlight.Build.Tasks.GenerateWinPRTManifest.Execute()中
位于Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ItaskeExecutionHost.Execute()
在Microsoft.Build.BackEnd.TaskBuilder.d_u20.MoveNext()中

不确定问题出在哪里,但删除Bin和obj文件夹的内容并重建解决了问题