File:cn/newCenter.xmls
Method:query.getList(columns,where,order,size,*count,*page)
未能加载文件或程序集“System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”或它的某一个依赖项。页面文件太小,无法完成操作。 (异常来自 HRESULT:0x800705AF)
越界或超过范围
cn/newCenter.xmls
$out main(){
$shell.running();
$shell.layout(pages/newCenter.htm);
@query=$query(content,news);
//轮播图
@query[Tag]=1;
@Rotation=@query.getList(['top 4 Title,Pic,Description,Modified,Description,Tag,ContentId'],['CatalogId=45 and {#like(%,Tag,%)}'],['Modified desc,ContentId desc']);
@problemCount=@query.scalar(['count(*)'],['CatalogId=45 and Status>0']);
@problemIndex=$http.get(page,#n,1);
//内容
@problemList=@query.getList(['ContentId,Title,CreateDate,Description,Pic,Body,Modified,Grade,Link'],['CatalogId=45 and Status>0'],['Grade desc,Modified desc,ContentId desc'],5,@problemCount,@problemIndex);
@probl...