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. using System.Runtime.Serialization.Formatters.Soap;

using System.Runtime.Serialization.Formatters.Soap;

Scheduled Pinned Locked Moved C#
csharpwcfcomxmljson
2 Posts 2 Posters 1 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.
  • A Offline
    A Offline
    ABean
    wrote on last edited by
    #1

    I get the following message: The type or namespace name 'Soap' does not exist in the class or namespace 'System.Runtime.Serialization.Formatters' (are you missing an assembly reference?) On this line here: using System.Runtime.Serialization.Formatters.Soap; What am I missing or has something chnaged in .NET 1.1? (I'm trying to use the BaseSerializable class in this article: http://codeproject.com/soap/soapseraialize.asp )

    C 1 Reply Last reply
    0
    • A ABean

      I get the following message: The type or namespace name 'Soap' does not exist in the class or namespace 'System.Runtime.Serialization.Formatters' (are you missing an assembly reference?) On this line here: using System.Runtime.Serialization.Formatters.Soap; What am I missing or has something chnaged in .NET 1.1? (I'm trying to use the BaseSerializable class in this article: http://codeproject.com/soap/soapseraialize.asp )

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      I think the answer is in your question: ABean wrote: (are you missing an assembly reference?) According to the MSDN Help for System.Runtime.Serialization.Formatters.Soap.SoapFormatter Class[^] you need to reference the assembly System.Runtime.Serialization.Formatters.Soap (see the requirements section at the bottom of the page) To add a reference to this assembly in your project right click the requirements node under the project in the solution explorer and select Add Reference... Find the reference to the above assembly and add it. Does this help?


      "You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way! My Blog

      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