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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top