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

编译错误

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

编译器错误消息: CS1061: 'symy' does not contain a definition for 'Repeater2' and no extension method 'Repeater2' accepting a first argument of type 'symy' could be found (are you missing a using directive or an assembly reference?)

源错误:


行 19:         pds.DataSource = dv;
行 20:         pds.AllowPaging = true;
行 21:         this.Repeater2.DataSource = pds;
行 22:         this.Repeater2.DataBind();
行 23:     }

源文件: d:\wwwroot\jsdingdujiance\wwwroot\symy.aspx.cs    行: 21






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