Asp.Net 菜单不只为一名开发人员呈现

发布于 2024-11-30 09:05:01 字数 275 浏览 1 评论 0原文

我们有一个 ASP.Net 菜单,除了一名开发人员之外,对每个人都适用。

我们验证了他机器上的源代码与其他人的相同。我们检查了生成的HTML,确认不是显示问题。我们单步执行代码并确保菜单控件在 PreRender 中设置为可见。

真正奇怪的是,这个问题只在他的三个不同的分支中发生过。然而,这个问题从未在质量检查或生产中报告过。我们还检查/验证了所有三个主要浏览器都出现此问题。

由于此应用程序的性质,我们无法向您展示我们的代码。如果有人遇到过类似的问题或知道解决方案,我们感谢您的帮助。

We have an ASP.Net menu that works fine for everyone except for one developer.

We verified that the source code on his machine is identical to everyone else's. We checked the generated HTML and verified that it is not a display problem. We stepped through the code and made sure that the menu control was set to visible in PreRender.

The really strange thing is that this problem has only been occurring for him in three separate branches. Yet this problem has never been reported in QA or production. We also checked/verified that this problem occurs across all three major browsers.

We cannot show you our code due to the nature of this application. If anyone has ever experienced a similar problem or knows a resolution we appreciate your help.

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

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

发布评论

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

评论(1

清音悠歌 2024-12-07 09:05:01

听起来开发工作站受到了某种程度的污染。要么是缓存了某些内容,要么是系统设置阻止了这种情况。

我想说,如果这个问题不能在任何其他机器/虚拟机/客户上重现,那么就不用担心。

您是否使用示例应用程序/菜单提炼出了问题,或者只是在某个特定应用程序中?

It sounds like the dev workstation is polluted in some way. Either there's something cached or a system setting somewhere preventing this.

I'd say that if this problem can't be reproduced on any other machine/VM/customer, then don't worry about it.

Have you distilled the problem with a sample app/menu, or is it just in that one particular application?

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