Memory leak on MSXML6 transform
Hi everyone,I am trying to resolve the following issue. There seems to be a huge leak when running a transform using a specific version of msxml6. A quite big piece of xml (~140mb of unicode xml...
View ArticleGetting data connection details
I have a .NET SOAP WebService that is retrieving data from an old dataset. With database connections you setup the database connection, database name, tables, etc. The .NET projects only lists the...
View ArticleSignedXml.Checksignature returns false
Trying this with .NetFramework 4.0.I am working on implementatio of SSO using SAML for security. My code need to work as a Identity Service Provider where I need to validate a SAML Assertion generated...
View ArticleHigh memory usage on MSXML6 transform, causes whole system to freeze
Hi everyone,I am trying to resolve the following issue. There seems to be a huge leak when running a transform using a specific version of msxml6. A quite big piece of xml (~140mb of unicode xml...
View Articlemsxml sp2 parser and sdk error
I keep getting an error from this program. I am not sure what it is for, but it won't allow me to repair it in the programs. I am not a developer, so I am not sure what this is used for and why It...
View ArticleRead xml nodes
Hello, i have a form that reads xml data and everything is woring but i'm not sure how to get the data from a child node. here is my code.this function is called when a file is selected Private Sub...
View ArticleUsing ASP.NET to call a web service which requires client side certificate...
Hi,I have a web service which requires client end certificate authentication. I've installed the cert (pfx format) successfully. I then used IE to launch the URL and it prompted me for certificate,...
View ArticleAppBox ID.xml file failed to load and UI language registration list is invalid?
how do I correct this?thanksdan
View Articledeserialize using class base
hello guys need some help regarding deserialization of xml using class and xmlserialize.deserialize without using...
View ArticleTo remove name space xmlns
Hi,After transformation, my xml document looks like this.<WriteEBSReqMsg><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="data"><EnterpriseDocument...
View ArticleSearch XML Document with multiple matches
HiI have to search an XMLDoucment,<?xml version="1.0" encoding="UTF-8"?> <cricketers> <cricketer type="lefty"> <name>Shikhar Dhawan</name>...
View ArticleUnable to debug xsl in Visual Studio 2015RC Community
Hope someone can help,The options to either debug/start/stop an xsl file are greyed out in the xml editor toolbar - I was following this approach Walkthrough: Debug an XSLT Style Sheet. This works fine...
View ArticleScreen Resolution for a Menu
I have the following code for a Menu and if the site is open in screen with a different screen resolution the Menu doesn't adapt to the screen resolution because the padding is defined in pixels.How...
View ArticleTrouble with ms:type-is Example
I am trying to use the Microsoft XPath extension function: type-is. The documentation for this function is available here:https://msdn.microsoft.com/en-us/library/ms256457(v=vs.110).aspx and this page...
View ArticleXmldsig validation question
I have a xml signature that needs to be validated. It has the following...
View ArticleSignXML.LoadXML failes with unknown transformation
I am working with VS 2010 / .NET 4 to implement a simple XMLdSig verification. The signature is created by a webservice provider and out of my control. As far as I could examine, the structure of the...
View ArticleXML document append child and escape special characters
I am facing this specific scenario where my escape sequences are getting replaced twice.I have a code similar placed similar as below:XmlDocument xmldoc=new XmlDocument();XmlNode...
View ArticleXML lite reader example
Hi I'm trying to run this example and for some reason it compiles but fails to read file when I steep through code it fails in wmainon the first if statement witch is if (argc != 2) {...
View ArticleI am trying to find a formal statement from Microsoft about the end of...
I am trying to find a formal statement from Microsoft about the end of support on MSXML4 SP3 but have only found details from other people or about SP2. Can anyone point me in the right direction...
View ArticleShould be simple LINQ to XML
Consider I have a XML something like this ( Goal is to return a dictionary with keyValuePair of key =owner, and value =element name ( ie personal or business ) - how do I get at just the childNode...
View Article