About 15,300 results
Open links in new tab
  1. C# Read Single Node from string xml - social.msdn.microsoft.com

    Oct 7, 2021 · I'm new to XML and have not been able to figure out how Read Single Node from xml file. i was trying to use few samples i see in this form but when i Response.Write the node list Count i get …

  2. Consuming Webservice in C# - XML request / XML Response

    Oct 14, 2013 · What I would like to achieve is to call a WSDL webservice in C# (windows application). I know that in VS2010 I have to create a web service reference using the webservice wsdl but after …

  3. MSMQ in C++, C# - social.msdn.microsoft.com

    Jan 7, 2008 · My C# application is sending a xml serialized string to the message queue. So the C++ app is reporting the message is garbage. What steps should I implement in my C# app so that the …

  4. Get the key from certificate file. - social.msdn.microsoft.com

    Jul 18, 2011 · In C# application using verisign certificate file (.pfx), we have generated a key value & added into XML file.

  5. Xml SpreadSheet 2003 (OpenXMl) to XLSX Conversion

    Jan 21, 2014 · I want to convert XML SpreadSheet 2003 ( XML) to Excel file (without MS Office) using C#.

  6. Invalid Signature after Signing the XML document by using the …

    Sep 1, 2015 · Here is a sample about sign xml and verify the digital signatures.

  7. use variable to create a path in c# - social.msdn.microsoft.com

    Apr 26, 2013 · I need to save .xml file in a specific location on a computer. But location could be change based on selection of the user. I can get user selection (from combobox) to the variable like this.

  8. Powershell Script Output to Windows Form List View

    Oct 27, 2010 · Now I would like to output this to a windows form control say a listview , please can you advise how I would run the script from C# button and excute the output to a listview control. Many …

  9. XML XSD and serisliase deserialise c# - social.msdn.microsoft.com

    Dec 29, 2015 · XML XSD in c# Null operators I have some code that a previous employee did using XSD to create an XML read. (1) Where can I find sample XSD for Microsoft details as a user manual …

  10. XmlReader question -- reading nested elements

    Feb 23, 2006 · Have you considered using serialization instead? That is, use the xsd program to generate a schema from your xml file (modify the schema if necessary - often not, if you choose an …