Protobuf 的问题

发布于 2024-09-28 23:31:35 字数 220 浏览 1 评论 0原文

我换到另一台电脑上工作,我安装了Visual C#express和protoBuf-net, 然后我将项目的源复制到另一台计算机上。 现在,当我在第二台计算机上打开项目时,程序不会序列化和反序列化数据。

当我调试时,每次使用 Protobuf 进入一段代码时,我都会收到以下消息:

Image

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

世界如花海般美丽 2024-10-05 23:31:35

我将检查项目文件是否存在问题(_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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文