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. C#
  4. I cannot include System.Runtime.Serialization.Formatters.Soap namespace

I cannot include System.Runtime.Serialization.Formatters.Soap namespace

Scheduled Pinned Locked Moved C#
csharpwcfxmljsonhelp
3 Posts 2 Posters 0 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
    Mohammed Aijaz Mohiuddin
    wrote on last edited by
    #1

    Dear all, I tried to include the above namespace in my new project of Visual C#. I could not do so. Later I tried on two other systems, the same problem. Then I opened a previous project of me, I find that System.Runtime.Serialization.Formatters.Soap namespace is there. Then I tried to include the same namespace by a dummy statement in previous project, I find that I can include the same namespace. What might be the reason ?, I have wasted lot of time and then consult this Message Boards. Thank you

    C 1 Reply Last reply
    0
    • M Mohammed Aijaz Mohiuddin

      Dear all, I tried to include the above namespace in my new project of Visual C#. I could not do so. Later I tried on two other systems, the same problem. Then I opened a previous project of me, I find that System.Runtime.Serialization.Formatters.Soap namespace is there. Then I tried to include the same namespace by a dummy statement in previous project, I find that I can include the same namespace. What might be the reason ?, I have wasted lot of time and then consult this Message Boards. Thank you

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You can't do a using statement successfully until the library is included in the list of references at the top of your project in the Solution Explorer. You can't use it until it's part of your project. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

      M 1 Reply Last reply
      0
      • C Christian Graus

        You can't do a using statement successfully until the library is included in the list of references at the top of your project in the Solution Explorer. You can't use it until it's part of your project. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer

        M Offline
        M Offline
        Mohammed Aijaz Mohiuddin
        wrote on last edited by
        #3

        Thanks for that Mr. Christian.

        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