For Programmers: Free Programming Magazines  


Home > Archive > C# > December 2005 > Where is my SoapFormatter?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Where is my SoapFormatter?
Riley DeWiley

2005-12-04, 7:56 am

Newbie calling!

I want to use
using System.Runtime.Serialization.Formatters.Soap;



But when I type out to

using System.Runtime.Serialization.Formatters....



I don't get the AutoComplete popup for Soap, and when I declare an object of
type SoapFormatter, the compiler complains that the type or namespace is
missing. It also can't find the namespace in the declaration.



BinaryFormatter works fine. I have .Net Enterprise Arch 2003, and I
installed the defaults.

What am I missing?

Eric


haribabuc@gmail.com

2005-12-06, 7:05 pm

Hay did you try adding the follwoing dll
System.Runtime.Serialization.Formatters.Soap.dll

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com