首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

一个MVC有关问题,

2012-10-19 
一个MVC问题,急The model item passed into the dictionary is of type Uzai.Tools.payKQKJ.KQKJ_Model,

一个MVC问题,急
The model item passed into the dictionary is of type 'Uzai.Tools.payKQKJ.KQKJ_Model', but this dictionary requires a model item of type 'uzaimvc.Models.Proc_FiveViewData'. 

异常详细信息: System.InvalidOperationException: The model item passed into the dictionary is of type 'Uzai.Tools.payKQKJ.KQKJ_Model', but this dictionary requires a model item of type 'uzaimvc.Models.Proc_FiveViewData'.
请问下这个是什么造成的,求解,急

[解决办法]
类型不一样,需要uzaimvc.Models.Proc_FiveViewData,但你传的是'Uzai.Tools.payKQKJ.KQKJ_Model类型

热点排行