Menu

Can't get demos to run.

Help
James Lin
2004-07-30
2004-08-02
  • James Lin

    James Lin - 2004-07-30

    Hi,

    I'm having trouble getting the demos to work. I'm using the SaxExpat driver, and it seems to loadup fine. When I run the treeview and after selecting the reader assembly it identified Expat as the reader class, then I select a XML file, then click on PROCESS, then I get "Object reference not set to an instance of an object.".

    Same thing happens when I run conformance demo. I get this output before it generated same error message:
    <?xml version="1.0"?>
    <?xml-stylesheet href="xmlconf-results.xsl" type="text/xsl"?>
    <results>
      <features>
        <namespaces>true</namespaces>
        <validation>false</validation>
        <xml-1.1>false</xml-1.1>
        <external-parameter-entities>true</external-parameter-entities>
        <external-general-entities>true</external-general-entities>
      </features>

    When I tried to debug, it seems the error is thrown by libexpatw.dll.

    Any help is appreciated.

     
    • Karl Waclawek

      Karl Waclawek - 2004-07-31

      How did you build the SaxExpat.dll assembly?
      You should use the included scripts, as there
      is some post-processing needed.

      Karl

       
    • James Lin

      James Lin - 2004-08-02

      Thanks Karl! it's working now after running afterbuild_debug.cmd.

      I've got to make it a habit to reading instructions.

       
      • Karl Waclawek

        Karl Waclawek - 2004-08-02

        Glad you got it working!

         

Log in to post a comment.