Protobuf 的问题
我换到另一台电脑上工作,我安装了Visual C#express和protoBuf-net, 然后我将项目的源复制到另一台计算机上。 现在,当我在第二台计算机上打开项目时,程序不会序列化和反序列化数据。
当我调试时,每次使用 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:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将检查项目文件是否存在问题(_fixed 看起来高度可疑),但除非您需要“v2”功能,否则使用预构建的功能可能会更容易可以下载的dll。由于这似乎与预发布软件有关,因此直接向我(作为作者)发送电子邮件可能会更容易。
有关信息,存储库中有一些 bat 文件,可以干净地构建常见 .net 版本的核心项目。我现在无法检查(远离电脑)。
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).