asp.net中aspx里List无法引用

aspx中引用list集合无法成功
已经引用了c# c#中有using
但aspx中似乎识别不到

img

看上去List没有解析到。你把List前面的命名空间写全试试

System.Collections.Generic.List<LY.Model.User> list = new System.Collections.Generic.List<LY.Model.User>();

1.检查一下那个命名空间下有无User类,
2.检查一下User的访问属性
3.鼠标放上去红线处看一下提示什么内容,还不懂的话贴出来看看