Reputation: 6550
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:
Upvotes: 2
Views: 469
Reputation: 1064244
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).
Upvotes: 1