.net - Crash Instantiating System.Xml.Serialization.XmlSerializer in C# -
we're seeing crash when instantiating instance of system.xml.serialization.xmlserializer class in c# library. crash occurs in constructor, when tries add duplicate key dictionary. i've included stack trace below. this crash occurring on 1 machine, , repairing our installation of .net 3.5 didn't help. has else seen similar issues? system.argumentexception unhandled message="item has been added. key in dictionary: 'mainbuild' key being added: 'mainbuild'" source="mscorlib" stacktrace: @ system.collections.hashtable.insert(object key, object nvalue, boolean add) @ system.collections.hashtable.add(object key, object value) @ system.collections.specialized.stringdictionary.add(string key, string value) @ system.codedom.compiler.executor.execwaitwithcaptureunimpersonated(safeusertokenhandle usertoken, string cmd, string currentdir, tempfilecollection tempfiles, string& outputname, string& er...