[Mono-list] Compilation error in System.Security.Cryptography.Xml (CVS)

Atsushi Eno atsushi@ximian.com
Wed, 10 Mar 2004 01:57:17 +0900


Yes, and already fixed in cvs.

Atsushi Eno

Richard Torkar wrote:

> This is probably for Atsushi?
> 
> System.Security.Cryptography.Xml/KeyInfoX509Data.cs(204) error CS0029:
> Cannot co nvert implicitly from `byte[]' to `System.Xml.XmlElement'
> System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(99) warning
> CS0618: Met hod
> `System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable)' is
> obso lete: `You should pass evidence.'
> System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(102) warning
> CS0618: Me thod
> `System.Xml.Xsl.XslTransform.Load(System.Xml.XPath.IXPathNavigable)' is
> obs olete: `You should pass evidence.'
> System.Security.Cryptography.Xml/XmlDsigXsltTransform.cs(111) warning
> CS0618: Me thod
> `System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.IXPathNavigable,
> Sy stem.Xml.Xsl.XsltArgumentList, System.IO.Stream)' is obsolete: `You
> should pass XmlResolver to Transform() method'
> Compilation failed: 1 error(s), 3 warnings
> make[2]: *** [../../class/lib/System.Security.dll] Error 1
> 
> 
> /Richard