winRT catel 示例无法运行

Posted

技术标签:

【中文标题】winRT catel 示例无法运行【英文标题】:winRT catel example fails to run 【发布时间】:2013-07-03 06:02:12 【问题描述】:

我在尝试运行 catel WinRt 示例时遇到了问题。当我尝试调试 Catel.Examples.WinRT.Advanced VS 2012 时抛出异常

Failed to create the delegate. Probably the wrong type of EventArgs is used and does not match the EventHandler<TEventArgs>

怎么了?

我的配置:win8,vs 2012,catel 3.6

【问题讨论】:

我们将对此进行调查。我为你创建了一个问题。修复后会报告。 catelproject.atlassian.net/browse/CTL-108 【参考方案1】:

这两个问题都已修复。这是 WinRT 的 WeakEventListener 的问题。请通过 nuget 尝试最新的夜间构建,一切都应该再次正常工作。

你可以在http://nuget.org/packages?q=catel&prerelease=true&sortOrder=relevance找到nuget包

【讨论】:

感谢您如此快速的响应,Geert。通常我使用安装程序,但明天我会尝试使用 nuget 包。谢谢你的努力。 Catel 是一款非常棒的开源产品,拥有我见过的最好的支持。

以上是关于winRT catel 示例无法运行的主要内容,如果未能解决你的问题,请参考以下文章

无法将运行时类绑定到XAML T必须是WinRT类型

Catel 示例在 Visual Studio 中加载非常缓慢

使用 anotar catel nlog 日志记录时无法过滤类名(在 NLog.config 中)

Catel WPF 延迟验证

CATEL按钮未运行UserControl中的执行操作

如何在WPF窗口中使用WinRT SwapChainPanel控件?