Hi,
I've been working on an extension and its been working fine, but i've started getting this error (see below) when i try to build it.
Can any one help me track down which file is causing the error?
Thanks.
Error The "GenerateTemplatePackReport" task failed unexpectedly.
System.Xml.XmlException: 'I' is an unexpected token. Expecting white space. Line 17, position 105.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ThrowExpectingWhitespace(Int32 pos)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at LigerShark.TemplateBuilder.Tasks.TemplateDocument.get_Document()
at LigerShark.TemplateBuilder.Tasks.GenerateTemplatePackReport.<>c__DisplayClassc.b__2(TemplateDocument d)
at System.Linq.Enumerable.d__223.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d__1.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable1 source)
at System.Linq.OrderedEnumerable1.<GetEnumerator>d__1.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d__1.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable1 source)
at System.Linq.OrderedEnumerable1.<GetEnumerator>d__1.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
at LigerShark.TemplateBuilder.Tasks.GenerateTemplatePackReport.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() CodeMonkey
Hi,
I've been working on an extension and its been working fine, but i've started getting this error (see below) when i try to build it.
Can any one help me track down which file is causing the error?
Thanks.
Error The "GenerateTemplatePackReport" task failed unexpectedly.
System.Xml.XmlException: 'I' is an unexpected token. Expecting white space. Line 17, position 105.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ThrowExpectingWhitespace(Int32 pos)
at System.Xml.XmlTextReaderImpl.ParseAttributes()
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at LigerShark.TemplateBuilder.Tasks.TemplateDocument.get_Document()
at LigerShark.TemplateBuilder.Tasks.GenerateTemplatePackReport.<>c__DisplayClassc.b__2(TemplateDocument d)
at System.Linq.Enumerable.d__22
3.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d__1.MoveNext()at System.Linq.Buffer
1..ctor(IEnumerable1 source)at System.Linq.OrderedEnumerable
1.<GetEnumerator>d__1.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d__1.MoveNext()at System.Linq.Buffer
1..ctor(IEnumerable1 source)at System.Linq.OrderedEnumerable
1.<GetEnumerator>d__1.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()at System.Linq.Enumerable.Count[TSource](IEnumerable`1 source)
at LigerShark.TemplateBuilder.Tasks.GenerateTemplatePackReport.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() CodeMonkey