'/' 應用程式中發生伺服器錯誤。
並未將物件參考設定為物件的執行個體
描述: 在執行目前 Web 要求的過程中發生未處理的例外情形。請檢閱堆疊追蹤以取得錯誤的詳細資訊,以及在程式碼中產生的位置。
例外詳細資訊: System.NullReferenceException: 並未將物件參考設定為物件的執行個體
原始程式錯誤:
行 60: <tbody>
行 61: <tr>
行 62: <td valign="top" width="32%"><img alt="" src="<%=Fmodel().Photo!=null?WebHelper.UploadHttpPath + @"Film/" + Fmodel().Photo.Substring(0, 6) + @"/" +Fmodel().Photo:"../images/video_topic.jpg" %>" border="0" width="250px" height="213px"/></td>
行 63: <td valign="top" width="68%">
行 64: <table width="100%" border="0" cellspacing="1" cellpadding="3" id="tab">
|
原始程式檔: d:\websites\v2010\Quit2010.Web\video\video_list.aspx 行: 62
堆疊追蹤:
[NullReferenceException: 並未將物件參考設定為物件的執行個體]
ASP.video_video_list_aspx.__Renderform1(HtmlTextWriter __w, Control parameterContainer) in d:\websites\v2010\Quit2010.Web\video\video_list.aspx:62
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +114
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +252
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +86
System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer) +52
System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +239
System.Web.UI.Page.Render(HtmlTextWriter writer) +37
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4239
|
版本資訊: Microsoft .NET Framework 版本:2.0.50727.9066; ASP.NET 版本:2.0.50727.9062
| |