I have successfully used protobuf-net.dll in console and WPF applications. However, when I tried using it in a Silverlight 5 application, I get the error message:
"you can't add a reference to protobuf-net.dll as it was not built against the Silverlight runtime. Silverlight projects will only work with Silverlight assemblies."
At the protobuf-net site (http://code.google.com/p/protobuf-net/), I see references to Silverlight compatibility issues, but could not find a Silverlight dll. How can I use protobuf-net in a Silverlight 5 application?
Thanks Manish