消息:该名称已存在于树中:%0。 Silverlight 出错?

发布于 2024-12-10 23:39:39 字数 503 浏览 0 评论 0原文

我在使用某个 Silverlight 应用程序时遇到了一个小问题。

我有一个带有导航框架的页面和 8 个不同的页面。每个页面显示一个包含一些数据的网格,并且每个页面都有通过IUpdateUI接口实现的更新功能。

当子页面加载到导航框架内时,父页面从导航框架的内容中获取 IUpdateUI 接口。每隔 30 秒左右,它就会调用 IUpdateUI 接口上的 Update() 函数,从而强制子页面自行更新。这篇文章详细描述了这个概念:如何声明一个接口中的事件处理程序?

但是,在五六个计时器滴答之后我收到一个非常奇怪的错误,我不知道这意味着什么。

:消息:名称已存在于树中:%0。

关于如何缓解这个问题有什么想法吗?

谢谢, 马丁

I have a small problem with some a Silverlight app.

I have a Page with a navigation frame and 8 different pages. Each page displays a grid with some data, and each page has an update function implemented via IUpdateUI interface.

When the child page is loaded inside the navigation frame, the parent page obtains the IUpdateUI interface from the navigation frame's content. Every 30 seconds or so it will call the Update() function on that IUpdateUI interface thus forcing the child page to update itself. The concept is described in detail in this post: How to declare an event handler in an interface?

However, i get a very weird error after five or six timer ticks and I have no clue what it means.:

Message: The name already exists in the tree: %0.

Any idea on how to mitigate this issue?

Thanks,
Martin

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文