all groups > dotnet general > march 2008 >
You're in the

dotnet general

group:

Missing System.Runtime.Serialization.Formatters.Soap



Missing System.Runtime.Serialization.Formatters.Soap Darwin
3/21/2008 8:45:18 PM
dotnet general: Hi,
I am using 2.0 with VS2005 SP1 on an XP box.
When I type:
System.Runtime.Serialization.Formatters.

The only option I get is "Binary" and I need to use "Soap".
I guess I am missing the System.Runtime.Serialization.Formatters.Soap.dll
assembly but
I don't understand how I could have lost it and how I get it back again. I
reinstalled VS but it didn't help.
When I compile I get:
Error 1 The type or namespace name 'Soap' does not exist in the namespace
'System.Runtime.Serialization.Formatters' (are you missing an assembly
reference?)
Any ideas?



Re: Missing System.Runtime.Serialization.Formatters.Soap Darwin
3/22/2008 5:22:12 AM
Needed to add a reference to System.Runtime.Serialization.Formatters.Soap
into the project. Don't know why
using System.Runtime.Serialization.Formatters.Binary works
but
using System.Runtime.Serialization.Formatters.Soap didn't
[quoted text, click to view]

AddThis Social Bookmark Button