Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 82: 	templateBuilder.Append("</span></div></td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"15\"></td>\r\n      </tr>\r\n	  <tr>\r\n        <td height=\"15\">\r\n		<table style=BORDER-COLLAPSE:collapse bordercolor=#E2E1E1 cellspacing=0 cellpadding=4 align=center width=100%  border=1 bgcolor=#FDFCF9>\r\n                              <tr>\r\n                                <td class=\"title8\">信息发布时间:</td>\r\n                                <td class=\"text\">");	templateBuilder.Append(Utils.ObjectToDateTime(model.add_time).ToString("yy-MM-dd"));
Line 83: 
Line 84: 	templateBuilder.Append("</td>\r\n                              </tr>\r\n                              <tr>\r\n                                <td width=\"27%\" class=\"title8\">招聘单位/部门:</td>\r\n                                <td width=\"73%\" class=\"text\">" + Utils.ObjectToStr(model.fields["zhaopindanwei"]) + "</td>\r\n                              </tr>\r\n                          \r\n                              <tr>\r\n                                <td class=\"title8\">联系人:</td>\r\n                                <td class=\"text\">" + Utils.ObjectToStr(model.fields["lianxiren"]) + "</td>\r\n                              </tr>\r\n                              <tr>\r\n                                <td class=\"title8\">招聘状态:</td>\r\n                                <td class=\"text\">" + Utils.ObjectToStr(model.fields["zhaopinzhuangtai"]) + "</td>\r\n                              </tr>\r\n                              <tr>\r\n                                <td class=\"title8\">招聘信息发布:</td>\r\n                                <td class=\"text\">人力资源处</td>\r\n                              </tr>\r\n                            </table>\r\n		</td>\r\n      </tr>\r\n	  <tr>\r\n        <td height=\"15\"></td>\r\n      </tr>\r\n	  <tr>\r\n        <td height=\"15\" align=\"left\"><span class=\"title8\" >详细信息:</span></td>\r\n      </tr>\r\n      <tr>\r\n        <td><p>\r\n");
Line 85: 	templateBuilder.Append(Utils.ObjectToStr(model.content));
Line 86: 	templateBuilder.Append("\r\n</p></td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"15\"></td>\r\n      </tr>\r\n      <tr bgcolor=\"b0c9f3\">\r\n        <td height=\"1\"></td>\r\n      </tr>\r\n      <tr>\r\n        <td height=\"15\"></td>\r\n      </tr>\r\n      <tr>\r\n        <td><div align=\"right\"><a href=\"javascript:history.back()\"><img src=\"");

Source File: e:\web\web\aspx\rc\zhaopinxinxi_show.aspx    Line: 84

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   ASP.aspx_rc_zhaopinxinxi_show_aspx.OnInit(EventArgs e) in e:\web\web\aspx\rc\zhaopinxinxi_show.aspx:84
   System.Web.UI.Control.InitRecursive(Control namingContainer) +132
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1953


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1