I'm trying ti use the example in
http://support.microsoft.com/default.aspx?scid=kb;en-us;330587#appliesto but
doe s not work. I keep getting the error
Public WriteOnly Property XmlResolver() as...is obsolete: Pass XmlResolver
as Transfer() method.
does anyone know of a good example to do this?
Tx!
peter x - 31 Jan 2004 01:49 GMT
You don't have to use an XmlResolver. Simply pass null (or nothing in vb)
and you will no longer get the warning. Is just a temporary fix as I don't
any source code to hand.
Take care, Peter
> I'm trying ti use the example in
> http://support.microsoft.com/default.aspx?scid=kb;en-us;330587#appliesto but
[quoted text clipped - 6 lines]
>
> Tx!