Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. CultureAwareComparer deserialization on .NET 4.6

CultureAwareComparer deserialization on .NET 4.6

Scheduled Pinned Locked Moved .NET (Core and Framework)
xmlhelpcsharpwcfquestion
2 Posts 2 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_15080362
    wrote on last edited by
    #1

    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?

    Richard Andrew x64R 1 Reply Last reply
    0
    • M Member_15080362

      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?

      Richard Andrew x64R Offline
      Richard Andrew x64R Offline
      Richard Andrew x64
      wrote on last edited by
      #2

      Did you first try de-serializing it on the same machine where it was serialized?

      The difficult we do right away... ...the impossible takes slightly longer.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups