您的位置:首页 > 其它

No overload for 'OnStartup' matches delegate 'System.Windows.StartupEventHandler'

2013-07-02 17:40 615 查看



No overload for 'OnStartup' matches delegate 'System.Windows.StartupEventHandler'

今天wpf工程的App.xaml爆出这个问题, 明明cs理由事件处理函数OnStartUp,却无法编译。原因是App.xaml声明的类名和App.xaml.cs中的类名不同。
修改一直, 并确认Event Hanlder存在。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐