I am observing an issue with serializing/deserializing an object using CultureAwareComparer on .Net 4.6 .
On a system with .Net 4.6, I am able to serialize into a Soap XML having
<_compareInfo href="#ref-22"/>
<_ignoreCase>true
<_options>IgnoreCase
but when deserializing the same on a different system having .NET 4.6, I am seeing an error 'Member name 'System.CultureAwareComparer _options' not found.
Any suggestions on what could be causing the issue?