CaptainCaveman

Members
  • Content count

    3
  • Joined

  • Last visited

About CaptainCaveman

  • Rank
    Forum Newbie
  1. How Can I Detect A Problem With The Xml From My Winforms App?

    Hello, The error was due to bad path to xml file which caused the server to return an unexpected response. Everything is working fine now. Thanks for the support!
  2. How Can I Detect A Problem With The Xml From My Winforms App?

    Hi, I've tried the code provided above. e.request is the same in both cases (success or failure): "<invoke name=\"FC_Loaded\" returntype=\"xml\"><arguments><undefined/></arguments></invoke>"
  3. Hello, I have a winforms application that uses AxShockwaveFlashObjects.AxShockwaveFlash to play FusionCharts MSCombi2D.swf with XML data coming from my server. Sometimes my request for data returns an xml saying there's no data, in which case I get an invalid xml data message. Is there a way for me to get an indication of that in my C# code? Thanks!