Import SOAP Serialization

danyeungw

Well-known member
Joined
Aug 30, 2005
Messages
73
Programming Experience
10+
All reference books refer to Imports System.Runtime.Serialization.Formatters.Soap when using serialization. I tried to import Soap but the IntelliSense after Formatters had only
SoapFault and SoapMessage. Why?

Thanks.
DanYeung
 
You have to Add Reference to the .Net library System.Runtime.Serialization.Formatters.Soap
 

Latest posts

Back
Top