can one one help with the following build error

Last post 12-01-2003 7:12 AM by upthetree. 2 replies.

Sort Posts:

  • can one one help with the following build error

    04-25-2003, 3:30 AM
    • Member
      215 point Member
    • vineetbelani
    • Member since 03-31-2003, 7:36 AM
    • Sydney, Australia
    • Posts 43
    Microsoft (R) Visual C# .NET Compiler version 7.10.2292.4
    for Microsoft (R) .NET Framework version 1.1.4322
    Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

    src\treeview.cs(1193,13): warning CS0618:
    'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,
    System.Xml.Xsl.XsltArgumentList, System.IO.Stream)' is obsolete: 'You
    should pass XmlResolver to Transform() method'
    42 File(s) copied
    Vineet
  • Re: can one one help with the following build error

    04-29-2003, 4:06 AM
    • Participant
      1,455 point Participant
    • ShankuN
    • Member since 06-14-2002, 5:26 PM
    • Redmond, WA
    • Posts 287
    This is a warning (not an error) generated by system.xml.dll, because the treeview web control uses an older version of the XslTransform.Transform method to transform XML into treeview content. The new method in V1.1 also requires an XmlResolver, so that it can resolve external references to DTDs.

    This warning generally won't affect you at all in running under 1.1. Under some rare circumstances similar to the above (e.g. if you have external DTD references), your XML may not load into the tree control in 1.1.
    Shanku Niyogi





    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Re: can one one help with the following build error

    12-01-2003, 6:56 AM
    • Member
      20 point Member
    • upthetree
    • Member since 12-01-2003, 1:12 AM
    • Posts 4
    hi

    did anyone every help you... i'm also stuck

    thanks

    Kevin
Page 1 of 1 (3 items)