XmlDocument.Save() changes from .NET 2.0 to 4.0?

staman

New Member
In my program I have a problem related to XmlDocument.Save() that causes a blank XML document to be written sometimes though VERY rarely. Here is a link to the original question about it: What could cause a blank XML file? Now I have a suspicion that the problem may be happening only in the .NET 2.0 version of my program before it was converted over to .NET 4.0, and I was wondering: How do I find what fixes/changes have been made to native .NET classes/functions between version numbers?I want to see if this was a known issue with the .Save() function in 2.0 and if it has been fixed in one of the subsequent versions.
 
Back
Top