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

编译错误

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

编译器错误消息: CS0103: 当前上下文中不存在名称“newID”

源错误:


行 14:             try
行 15:             {
行 16:                 newID = Request["VideoID"].ToString();
行 17:                 id = Request["id"] == null ? "0" : Request["id"].ToString();
行 18:                 idlm2 = Request["idlm2"] == null ? "0" : Request["idlm2"].ToString();

源文件: e:\website\www.icirculation.com\special\CHFS\VideoView.aspx.cs    行: 16






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