[Mono-list] System.Web compile cleanup

Nick Drochak ndrochak@gol.com
Thu, 3 Jan 2002 08:15:46 +0900


Daniel,

Here's the output from my build:
C:\cygwin\home\Nick\mcs\class\System.XML\System.Xml\XmlParser.cs(106,13)
: error
CS1502: The best overloaded method match for
'System.Xml.XmlException.XmlExcepti
on(string, System.Exception)' has some invalid arguments
C:\cygwin\home\Nick\mcs\class\System.XML\System.Xml\XmlParser.cs(106,60)
: error
CS1503: Argument '2': cannot convert from 'System.Xml.XmlInputSource' to
'System
.Exception'
C:\cygwin\home\Nick\mcs\class\System.XML\System.Xml\XmlParser.cs(119,8):
error C
S0117: 'System.Xml.XmlInputSource' does not contain a definition for
'pieceStart
'
C:\cygwin\home\Nick\mcs\class\System.XML\System.Xml\XmlParser.cs(128,9):
error C
S0117: 'System.Xml.XmlInputSource' does not contain a definition for
'pieceStart
'
C:\cygwin\home\Nick\mcs\class\System.XML\System.Xml\XmlParser.cs(135,9):
error C
S0117: 'System.Xml.XmlInputSource' does not contain a definition for
'pieceStart
'

Nick D.

> -----Original Message-----
> From: Daniel Weber [mailto:daniel-weber@austin.rr.com] 
> Sent: Thursday, January 03, 2002 1:14 AM
> To: Nick Drochak
> Cc: mono-list@ximian.com
> Subject: Re: [Mono-list] System.Web compile cleanup
> 
> 
> System.XML is building on my machine under cygwin, what 
> errors are you seeing?
> 
> 
> On Wed, 2002-01-02 at 09:25, Nick Drochak wrote:
> > All,
> > 
> > After coordinating with Gaurav, I cleaned up the compile errors we 
> > were having in System.Web.  The build is a lot less noisy now :)
> > 
> > Now I see that System.XML is reporting some compile errors, though. 
> > Anyone working on fixing that?
> > 
> > Nick D.
> > 
> > 
> > 
> > _______________________________________________
> > Mono-list maillist  -  Mono-list@ximian.com 
> > http://lists.ximian.com/mailman/listinfo/mono-list
> 
> 
> 
>