Question

I switched to work on another computer, I installed visual C# express and protoBuf-net, and then I copied the source of the project to the other computer. Now when I open the project on the second computer, the program does not serialize and deserialize the data.

When I'm debugging, every time I step into a piece of code using Protobuf, I get this message:

Image

Was it helpful?

Solution

I'll check the project files for a problem (that _fixed looks highly suspicious) but unless you need the "v2" features it may be easier to use the pre-built dll that can be downloaded. Since this appears to relate to pre-release software it may be easier to e-mail me (as the author) directly.

For info, there are some bat files in the repo that should cleanly build the core project for common .net versions. I can't check right now (away from PC).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top