Gilad Naaman
Gilad Naaman

Reputation: 6550

Problem with Protobuf

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

Upvotes: 2

Views: 469

Answers (1)

Marc Gravell
Marc Gravell

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

Related Questions