Hi guys, I've been using Protobuf-net successfully in a .NET project and it's been working great. We then decided to create a Silverlight frontend and found that our generated C# (from .proto) files won't compile against Silverlight.
The problem comes from the fact that System.Serializable does not exist in the CF, but this is because MS have made it optional within Silverlight. I found that replacing this with System.Runtime.Serialization.DataContract seemed to work perfectly fine. Is there any way of getting this change (or something similar) back into Protobuf-net? Cheers, Andrew -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
