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

给定关键字不在字典中。

说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Collections.Generic.KeyNotFoundException: 给定关键字不在字典中。

源错误:


行 755:	templateBuilder.Append("\r\n                    	<table id=\"dd1\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"&quot;\">\r\n	<tbody><tr>\r\n		<td colspan=\"2\" class=\"style1\" style=\"height:35px;\">\r\n                    	        <div class=\"pro_fristname\" style=\"  border-bottom: 0px dashed #ffffff;\">\r\n                                    <span class=\"pro_fname\">");
行 756:	templateBuilder.Append(Utils.ObjectToStr(model.title));
行 757:	templateBuilder.Append("</span>\r\n                                </div>\r\n                            </td>\r\n	</tr>\r\n	<tr style=\"height:25px;\">\r\n		<td width=\"70\">产品规格:</td>\r\n\r\n		<td>" + Utils.ObjectToStr(model.fields["chanpinguige"]) + "</td>\r\n	</tr>\r\n	<tr style=\"height:25px;\">\r\n		<td>适用车型:</td>\r\n		<td>" + Utils.ObjectToStr(model.fields["shiyongchexing"]) + "</td>\r\n	</tr>\r\n	<tr style=\"height:25px;\">\r\n		<td>应用路况:</td>\r\n		<td>" + Utils.ObjectToStr(model.fields["yingyonglukuang"]) + "</td>\r\n	</tr>\r\n	<tr style=\"height:25px;\">\r\n		<td>安装轮位:</td>\r\n		<td>" + Utils.ObjectToStr(model.fields["anzhuanglunwei"]) + "</td>\r\n	</tr>\r\n	<tr style=\"height:25px;\">\r\n		<td>主要参数:</td>\r\n		<td>" + Utils.ObjectToStr(model.fields["zhuyaocanshu"]) + "</td>\r\n	</tr>\r\n	<tr valign=\"top\">\r\n		<td>产品描述:</td>\r\n		<td>");
行 758:	templateBuilder.Append(Utils.ObjectToStr(model.zhaiyao));
行 759:	templateBuilder.Append("</td>\r\n	</tr>\r\n</tbody></table>\r\n\r\n                    	  ");

源文件: d:\WebSite\CTDRelease\aspx\main\paihang_show.aspx    行: 757

堆栈跟踪:


[KeyNotFoundException: 给定关键字不在字典中。]
   System.ThrowHelper.ThrowKeyNotFoundException() +29
   System.Collections.Generic.Dictionary`2.get_Item(TKey key) +60
   ASP.aspx_main_paihang_show_aspx.OnInit(EventArgs e) in d:\WebSite\CTDRelease\aspx\main\paihang_show.aspx:757
   System.Web.UI.Control.InitRecursive(Control namingContainer) +371
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2029


版本信息: Microsoft .NET Framework 版本:2.0.50727.42; ASP.NET 版本:2.0.50727.42