Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "GenerateTemplatePackReport" task failed unexpectedly #97

Open
johnpaulcreates opened this issue Mar 15, 2017 · 0 comments
Open

The "GenerateTemplatePackReport" task failed unexpectedly #97

johnpaulcreates opened this issue Mar 15, 2017 · 0 comments

Comments

@johnpaulcreates
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant