个人中我的短消息列表中报错
               
                来源:本站原创
                点击数: 次
                发布时间:2024年01月05日
            
            
            问题描述:个人中我的短消息列表中报错,提示我的消息列表.cshtm/(16): eror CS0246: The type or namespace name'ShortMessageService' could not be found (are you missing a using directive or an assembly reference?)
 
问题排查:在viwes目录中找到web.config 查看是否缺少了
PowerEasy.Modules.MessageManage.Services
 
问题处理: 在views/web.config 文件中加入
<add namespace="PowerEasy.Modules.MessageManage.Services" /> 即可
