Skip to content

Instantly share code, notes, and snippets.

@clausjoergensen
Created October 24, 2011 08:17
Show Gist options
  • Save clausjoergensen/1308577 to your computer and use it in GitHub Desktop.
Save clausjoergensen/1308577 to your computer and use it in GitHub Desktop.
Top-level Exception
Type: System.Exception
Message: Could not check project 'C:\Users\clj\Documents\Visual Studio 2010\Projects\5098497 MeterTool\MeterToolSetup\MeterToolSetup.vdproj' for weaving task
Source: NotifyPropertyWeaverVsPackage
Stack Trace: at NotifyPropertyWeaverVsPackage.MenuConfigure.ContainsWeavingTask(Project project)
at NotifyPropertyWeaverVsPackage.MenuConfigure.CommandStatusCheck()
Inner Exception 1
Type: System.Xml.XmlException
Message: Data at the root level is invalid. Line 1, position 1.
Source: System.Xml
Stack Trace: at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
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 NotifyPropertyWeaverVsPackage.MenuConfigure.ContainsWeavingTask(Project project)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment