Error: "You must add a reference to assembly 'System.Runtime.Serialization'"

6

I'm having this error:

  

The type 'System.Runtime.Serialization.IExtensibleDataObject' is   defined in an assembly that is not referenced. You must adda reference   to assembly 'System.Runtime.Serialization,   Version = 3.0.0.0, Culture = neutral, PublicKeyToken = b77a5c561934e089

How can I resolve it?

    
asked by anonymous 09.02.2016 / 21:23

1 answer

1

Have you tried adding that? I had this same error, so add it by right-clicking on the reference in the project that was giving error and worked normal.

    
11.02.2016 / 12:43