signedXml.LoadXml((XmlElement)nodeList[0]); returns Malformed SignedInfo/Reference
问题 I've been developing this console application for about close to 2-3 months now. What I'm trying to achieve from the console application is to generate data files and sign the files into a "signature.xml" file. It is working using several custom methods to sign (without use of Regedit Key). However, once the number of references goes over 99, it refuses to sign and gives the error "Malformed SignedInfo/Reference..". Even though previously it did work and this error has never surfaced. I've