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

编译错误

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

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

源错误:


行 360:                em.CardType = ddlcardtype;
行 361:                em.IDCard = iDCard;
行 362:                em.addSong(songA, em.ExamineeId.ToString(), em.Level, em.IDCard);
行 363:                em.addSong(songB, em.ExamineeId.ToString(), em.Level, em.IDCard);
行 364:                em.addSong(songC, em.ExamineeId.ToString(), em.Level, em.IDCard);

源文件: f:\usr\localuser\byw2326040001\entering.aspx.cs    行: 362






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