“/”应用程序中的服务器错误。

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误消息: CS0103: The name 'BBSIntegratio' does not exist in the current context

源错误:


行 378:            // //绑定社区 下边
行 379:
行 380:            DataSet ds3 = BBSIntegratio.userinfo.GetDNTList("top 12 tid,title,fid", " fid in(" + GetSqclass(type).ToString() + ")  order by postdatetime desc");
行 381:            DataSet ds4 = BBSIntegratio.userinfo.GetDNTList("top 2 tid,title,photo,fid", " fid in (" + GetSqclass(type).ToString() + ") and  digest<>0  and photo is not null and photo<>'' order by postdatetime desc");
行 382:            if (ds4 != null && ds4.Tables.Count > 0 && ds4.Tables[0].Rows.Count > 0)

源文件: e:\Feijiu\erji\store\index.aspx.cs    行: 380






版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3535.0