SoapFormatter problem

  • Thread starter Thread starter Chuck Bowling
  • Start date Start date
C

Chuck Bowling

Ok I don't know what I'm doing wrong here....

I have the following at the top of my source file...

using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Soap;

I'm getting this error when I try to compile...

The type or namespace name 'Soap' does not exist in the class or namespace
'System.Runtime.Serialization.Formatters' (are you missing an assembly
reference?)


Can someone tell me, is this an error on my part or a bug?
 
Back
Top