码迷,mamicode.com
首页 > Windows程序 > 详细

Failed to create a 'System.Type' from the text ' ' in wpf(无法从文本创建类型)

时间:2015-09-17 16:48:18      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:

问题描述:
WPF is unable to create a type for data template
WPF使用mvvm模式无法加载DataTemplate模板定义的资源,提示无法从文本创建类型错误。
原因:
Resource Dictionary的编译动作被设置成了Resource,设置成Page则不会出现这个问题。
解决方案:
将文件的编译行为修改为“Page”。

 

 

Failed to create a 'System.Type' from the text ' ' in wpf(无法从文本创建类型)

标签:

原文地址:http://www.cnblogs.com/dadream/p/4816375.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!