serialization

  • Thread starter Thread starter ichor
  • Start date Start date
I

ichor

hi i am trying to do soap serialization but i get this error
using System.Runtime.Serialization.Formatters.Soap;
The type or namespace name 'Soap' does not exist in the class or namespace
'System.Runtime.Serialization.Formatters' (are you missing an assembly
reference?)

do i have to download something?


thnx
 
Hi,
hi i am trying to do soap serialization but i get this error
using System.Runtime.Serialization.Formatters.Soap;
The type or namespace name 'Soap' does not exist in the class or namespace
'System.Runtime.Serialization.Formatters' (are you missing an assembly
reference?)

do i have to download something?

Onlf thing You have to do is add reference to:
System.Runtime.Serialization.Formatters.Soap

Regards

Marcin
 
Back
Top