[Mono-bugs] [Bug 544141] New: Failed to build a basic solution with project dependancy
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Oct 3 06:16:42 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=544141
Summary: Failed to build a basic solution with project
dependancy
Classification: Mono
Product: Mono: Tools
Version: SVN
Platform: Other
OS/Version: Windows Vista
Status: NEW
Severity: Major
Priority: P5 - None
Component: xbuild
AssignedTo: jankit at novell.com
ReportedBy: PascalFresnay at free.fr
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Created an attachment (id=320927)
--> (http://bugzilla.novell.com/attachment.cgi?id=320927)
test solution
Description of Problem:
An exception occured while trying to build a basic Visual Studio 2008 solution
containing 2 projects :
- C# library project
- C# console project with dependancy on previous project.
Steps to reproduce the problem:
1. Get attached test solution.
2. run xbuild with solution as target.
Actual Results:
Build failed.
Errors:
: error : XmlException while parsing SolutionConfigurationContents:
System.Xml.XmlException: a name did not start with a legal character 92 (\)
Line 1, positio
n 117.
at Mono.Xml2.XmlTextReader.ReadName (System.String& prefix, System.String&
localName) [0x00000]
at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000]
at Mono.Xml2.XmlTextReader.ReadContent () [0x00000]
at Mono.Xml2.XmlTextReader.Read () [0x00000]
at System.Xml.XmlTextReader.Read () [0x00000]
at System.Xml.XmlReader.ReadString () [0x00000]
at System.Xml.XmlTextReader.ReadString () [0x00000]
at Microsoft.Build.Tasks.AssignProjectConfiguration.Execute () [0x00000]
: error : Error while building C:\Users\timaniac\Documents\Visual Studio
2008\Projects\ConsoleApplication13\ConsoleApplication13.csproj
Expected Results:
No error
How often does this happen?
Always
Additional Information:
No error if you remove project dependancy and try to build solution.
No error if you try to build each project separatly.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list