读书人

存在一个显式转换(是否缺少强制转换,该

发布时间: 2012-04-28 11:49:53 作者: rapoo

存在一个显式转换(是否缺少强制转换
错误216无法将类型“System.Collections.Generic.IEnumerable<GZLPMS.BusinessLogicLayer.Common.GZLSiteConfiguration.SiteMapTree>”隐式转换为“System.Collections.Generic.IEnumerable<GZLPMS.BusinessLogicLayer.Common.SiteMapTree>”。存在一个显式转换(是否缺少强制转换?)C:\Users\gnbguo\Desktop\新建文件夹\GZLPMS\GZLPMS\GZLPMS.Web\WebService\GZLSiteConfigrationService.asmx.cs4522GZLPMS.Web


[解决办法]
分析一下,
去掉前面那些前缀
GZLSiteConfiguration.SiteMapTree和SiteMapTree是两种类型,要么前者转成后者 要么后者转为前者
你的实际情况是什么样的呢?最好贴出你的代码

读书人网 >C#

热点推荐