消息:该名称已存在于树中:%0。 Silverlight 出错?
我在使用某个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论