Advertisement
chey2guy

Manifest Exception

Jun 14th, 2015
575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ************** Exception Text **************
  2. System.Deployment.Application.InvalidDeploymentException: Exception reading manifest from file:///C:/Users/b012918/AppData/Roaming/Microsoft/AddIns/Project%20Count_Per%20Person.xlam: the manifest may not be valid or the file could not be opened. ---> System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
  3. at System.Xml.XmlTextReaderImpl.Throw(Exception e)
  4. at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
  5. at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
  6. at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
  7. at System.Xml.XmlTextReaderImpl.Read()
  8. at System.Xml.XmlTextReader.Read()
  9. at System.Deployment.Application.ManifestValidatingReader.XmlFilteredReader.Read()
  10. at System.Xml.XmlCharCheckingReader.Read()
  11. at System.Xml.XsdValidatingReader.Read()
  12. at System.Deployment.Application.ManifestReader.FromDocument(String localPath, ManifestType manifestType, Uri sourceUri)
  13. --- End of inner exception stack trace ---
  14. at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.GetManifests(TimeSpan timeout)
  15. at Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement