我又遇到了 protobuf.net 的问题

发布于 2024-10-05 21:17:39 字数 193 浏览 5 评论 0原文

我备份了一个项目,然后重新安装了我的操作系统(Win 7,如果有的话)。 我重新安装了VS 2010,并重新安装了protobuf.net对VS 2010的支持。

在此之前,序列化和反序列化都完全没问题,但现在不起作用,每次我用调试器进入它们时: 情况图片

I backuped a project and then reinstalled my OS (Win 7, if it matters).
I reinstalled VS 2010, and I reinstalled the support of protobuf.net to VS 2010.

Before that, the serializing and de-serializing were both perfectly OKAY, but now the wont work, and every time i step into them with the debugger:
Picture of the situation

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

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

发布评论

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

评论(1

烧了回忆取暖 2024-10-12 21:17:39

(编辑)

从评论来看,问题似乎与主页的生产版本有关,在这里。在这种情况下,听起来 _fixed 就是我进行构建的目录。

您可以尝试将 pdb(来自 zip)与 dll 一起包含在内;这是调试符号,可能会对您正在使用的跟踪工具有所帮助。但更重要的是:异常说明了什么


一些心灵调试……是否只是它坐在那里什么都不做?如果输入流没有产生数据,并且没有正式关闭自身,那么这是预期的行为 - 例如从不发送数据的打开套接字读取。在这个场景中你从哪里阅读?

(edit)

From the comments, it sounds like the question relates to the production versions from the home page, here. In which case, it simply sounds like the _fixed is the directory I did the build from.

You could try including the pdb (from the zip) alongside the dll; that is the debugging symbols, and will probably help the trace tool you are using. But more important is: what does the exception say?


Some psychic debugging... is it simply that it sits there doing nothing? That is the expected behaviour if the input stream is not yielding data, and hasn't formally closed itself - for example reading from an open socket that isn't sending data. Where are you reading from in this scenario?

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