Error for Formatters
In silverlight project, xsd.exe(v 2.0..) is used to generate classes and following reference is used in file having such generated classes
"using System.Runtime.Serialization.Formatters.Soap;"
But when trying to build the project, following error is flashed
The type or namespace name 'Formatters' does not exist in the namespace 'System.Runtime.Serialization' (are you missing an assembly reference?)
Any clues?
|