'Bd'在“System.Windows.Controls.ControlTemplate”的名称范围中找不到名称
我们有时会在 wpf 应用程序启动时遇到上述错误。它似乎发生在我们应用程序主窗口的 Loaded 事件中,但很难准确定位,因为它对于我们的大多数用户来说几乎从未发生过。不过,有一些用户似乎几乎每次都会得到它。由于很难重现,有谁知道我们应该从哪里开始寻找?
问候, 奥伊温德。
We sometimes get the error above in the start of our wpf application. It seems to happen in the Loaded event of the main window of our application, but it is hard to pinpoint exactly, because it happens almost never for the majority of our users. A few users seem to get it almost every time, though. As it is very hard to reproduce, do anyone know where we should begin to look?
Regards,
Øyvind.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能采用某些控件的风格,其中您使用名为“Bd”的控件。查看触发器、设置器和故事板!
probably in the style of some control where you use a control named "Bd". look in triggers, setters and storyboards!