From 7b44a17117f8e7203acc5fa300242bba8048a7de Mon Sep 17 00:00:00 2001 From: yhw0507 Date: Wed, 19 Oct 2022 10:25:17 +0800 Subject: [PATCH] =?UTF-8?q?20221019=20=E4=BA=BA=E5=91=98=E6=B4=BE=E9=81=A3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/BLL/Person/Person_PersonsService.cs | 4 +- SGGL/BLL/Person/Person_ShuntService.cs | 4 +- SGGL/BLL/SysManage/UnitService.cs | 19 +- SGGL/FineUIPro.Web/ErrLog.txt | 4742 +---------------- SGGL/FineUIPro.Web/Person/DepartPerson.aspx | 14 +- .../FineUIPro.Web/Person/DepartPerson.aspx.cs | 53 +- .../Person/DepartPerson.aspx.designer.cs | 9 + .../Person/DepartPersonShunt.aspx | 73 +- .../Person/DepartPersonShunt.aspx.cs | 351 +- .../Person/DepartPersonShunt.aspx.designer.cs | 80 +- SGGL/FineUIPro.Web/Person/PersonEdit.aspx | 3 +- SGGL/FineUIPro.Web/Person/PersonEdit.aspx.cs | 24 +- SGGL/FineUIPro.Web/Person/PersonLib.aspx.cs | 5 + .../Person/ProjectPersonEdit.aspx.cs | 236 +- SGGL/Model/Model.cs | 1354 +---- 15 files changed, 533 insertions(+), 6438 deletions(-) diff --git a/SGGL/BLL/Person/Person_PersonsService.cs b/SGGL/BLL/Person/Person_PersonsService.cs index 9345bcef..77b6ff53 100644 --- a/SGGL/BLL/Person/Person_PersonsService.cs +++ b/SGGL/BLL/Person/Person_PersonsService.cs @@ -71,6 +71,7 @@ namespace BLL { getDataList = getDataList.Where(e => e.IdentityCard.Contains(idCard)); } + if (!string.IsNullOrEmpty(isPost) && isPost != "-1" && isPost != Const._Null) { if (isPost == Const._True) @@ -680,7 +681,7 @@ namespace BLL WorkDate = person.WorkDate, RetirementDate = person.RetirementDate, RelativeName = person.RelativeName, - RelativeTel = person.RelativeTel, + RelativeTel = person.RelativeTel, }; if (string.IsNullOrEmpty(person.QRCodeAttachUrl)) @@ -929,7 +930,6 @@ namespace BLL newPerson.RetirementDate = person.RetirementDate; newPerson.RelativeName = person.RelativeName; newPerson.RelativeTel = person.RelativeTel; - // newPerson.IsCardNoOK = IDCardValid.CheckIDCard(person.IdentityCard); if (string.IsNullOrEmpty(person.QRCodeAttachUrl)) { diff --git a/SGGL/BLL/Person/Person_ShuntService.cs b/SGGL/BLL/Person/Person_ShuntService.cs index 1ca130d1..e3ce4ba4 100644 --- a/SGGL/BLL/Person/Person_ShuntService.cs +++ b/SGGL/BLL/Person/Person_ShuntService.cs @@ -24,7 +24,8 @@ namespace BLL /// private static IQueryable getDataLists = from x in db.Person_Persons where x.PersonId != Const.sysglyId && x.PersonId != Const.hfnbdId && x.UnitId == Const.UnitId_SEDIN - && x.DepartId == Const.Depart_constructionId && (!x.IsPost.HasValue || x.IsPost == true) + && x.DepartId == Const.Depart_constructionId + && x.CurrentProjectId == null && (!x.IsOffice.HasValue || x.IsOffice == false) select x; /// @@ -89,6 +90,7 @@ namespace BLL x.CurrentProjectWorkPostId, CurrentProjectWorkPostName = WorkPostService.getWorkPostNamesWorkPostIds(x.CurrentProjectWorkPostId), IsPost = x.IsPost ?? true, + IsPostName = x.IsPost == false ? "否" : "是", x.SignatureUrl, x.CertificateId, }; diff --git a/SGGL/BLL/SysManage/UnitService.cs b/SGGL/BLL/SysManage/UnitService.cs index c225c296..ea888618 100644 --- a/SGGL/BLL/SysManage/UnitService.cs +++ b/SGGL/BLL/SysManage/UnitService.cs @@ -236,20 +236,17 @@ namespace BLL { using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString)) { - var units = (from x in db.Base_Unit - orderby x.UnitCode - select x).ToList(); - if (!string.IsNullOrEmpty(projectId)) + var units = from x in db.Base_Unit + select x; + if (!string.IsNullOrEmpty(projectId) && projectId != Const._Null) { - units = (from x in units - join y in db.Project_ProjectUnit on x.UnitId equals y.UnitId - where y.ProjectId == projectId - select x).ToList(); + units = from x in units + join y in db.Project_ProjectUnit on x.UnitId equals y.UnitId + where y.ProjectId == projectId + select x; } - units = units.OrderBy(x => x.UnitCode).ToList(); - - return units; + return units.OrderBy(x => x.UnitCode).ToList(); ; } } diff --git a/SGGL/FineUIPro.Web/ErrLog.txt b/SGGL/FineUIPro.Web/ErrLog.txt index bc9bf5c9..2f9bb582 100644 --- a/SGGL/FineUIPro.Web/ErrLog.txt +++ b/SGGL/FineUIPro.Web/ErrLog.txt @@ -1,4732 +1,60 @@ 错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 +错误类型:HttpCompileException +错误信息:e:\SEDIN\SGGL_SeDin_New\SGGL\FineUIPro.Web\Person\CompanyPerson.aspx(41): error CS1061: “ASP.person_companyperson_aspx”不包含“ckIsTemp_CheckedChanged”的定义,并且找不到可接受类型为“ASP.person_companyperson_aspx”的第一个参数的扩展方法“ckIsTemp_CheckedChanged”(是否缺少 using 指令或程序集引用?) 错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:03 -出错时间:10/10/2022 14:51:03 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:51:04 -出错时间:10/10/2022 14:51:04 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:42 -出错时间:10/10/2022 14:56:42 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:48 -出错时间:10/10/2022 14:56:48 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:49 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:49 -出错时间:10/10/2022 14:56:50 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:50 -出错时间:10/10/2022 14:56:50 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:50 -出错时间:10/10/2022 14:56:50 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:50 -出错时间:10/10/2022 14:56:50 - - -错误信息开始=====> -错误类型:FormatException -错误信息:输入字符串的格式不正确。 -错误堆栈: - 在 System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) - 在 System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) - 在 System.Decimal.Parse(String s) - 在 BLL.Funs.GetNewDecimal(String value) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\Funs.cs:行号 423 -出错时间:10/10/2022 14:56:50 -出错时间:10/10/2022 14:56:50 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:17:25 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:17:25 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.tvControlItem_NodeCommand(Object sender, TreeCommandEventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 152 - 在 FineUIPro.Tree.OnNodeCommand(TreeCommandEventArgs e) - 在 (Tree , TreeCommandEventArgs ) - 在 FineUIPro.Tree.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:17:53 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:17:53 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:18:26 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:18:26 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:19:08 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:19:08 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:21:28 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:21:28 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:24:30 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:24:30 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:25:28 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:25:28 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:25:41 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:25:41 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:26:59 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:26:59 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 89 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:29:12 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:29:12 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:31:38 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:31:38 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:32:12 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:32:12 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.tvControlItem_NodeCommand(Object sender, TreeCommandEventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 152 - 在 FineUIPro.Tree.OnNodeCommand(TreeCommandEventArgs e) - 在 (Tree , TreeCommandEventArgs ) - 在 FineUIPro.Tree.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:36:14 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:36:14 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:37:13 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:37:13 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.btnSearch_Click(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 417 - 在 FineUIPro.Button.OnClick(EventArgs e) - 在 (Button , EventArgs ) - 在 FineUIPro.Button.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:39:16 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:39:16 - - -错误信息开始=====> -错误类型:SqlException -错误信息:将截断字符串或二进制数据。 -语句已终止。 -错误堆栈: - 在 System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) - 在 System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) - 在 System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) - 在 System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString, Boolean isInternal, Boolean forDescribeParameterEncryption, Boolean shouldCacheForAlwaysEncrypted) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, Boolean inRetry, SqlDataReader ds, Boolean describeParameterEncryptionRequest) - 在 System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry) - 在 System.Data.SqlClient.SqlCommand.ExecuteNonQuery() - 在 System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) - 在 System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) - 在 System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item) - 在 System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item) - 在 System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode) - 在 System.Data.Linq.DataContext.SubmitChanges() - 在 BLL.ErrLogInfo.WriteLog(Exception ex, String name, String url) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\ErrLogInfo.cs:行号 223 - 在 BLL.CreateQRCodeService.CreateCode_Simple(String nr, String filename) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\BLL\Common\CreateQRCodeService.cs:行号 108 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.ConvertImageUrlByImage(Object str, Object id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 424 - 在 ASP.hjgl_predesign_prepipeline_aspx.__DataBindinglbImageUrl(Object sender, EventArgs e) 位置 d:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx:行号 119 - 在 System.Web.UI.Control.OnDataBinding(EventArgs e) - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 System.Web.UI.Control.DataBindChildren() - 在 System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) - 在 System.Web.UI.Control.DataBind() - 在 (Control ) - 在 FineUIPro.GridRow.BkpgFeAELTFlAvoTrOBrConfcLJbA() - 在 (GridRow ) - 在 FineUIPro.Grid.BkpgFeAELTFlAvoTrOBrConfcLJbA(Int32 , Object ) - 在 (Grid , Int32 , Object ) - 在 FineUIPro.Grid.LDChsdiaqdhUTcxBcQPMKyQFfjEDB(DataTable , Boolean ) - 在 (Grid , DataTable , Boolean ) - 在 FineUIPro.Grid.DataBind(Boolean keepCurrentData) - 在 (Grid , Boolean ) - 在 FineUIPro.Grid.DataBind() - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.BindGrid() 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 195 - 在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.tvControlItem_NodeCommand(Object sender, TreeCommandEventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 152 - 在 FineUIPro.Tree.OnNodeCommand(TreeCommandEventArgs e) - 在 (Tree , TreeCommandEventArgs ) - 在 FineUIPro.Tree.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 10:52:42 -出错文件:http://localhost:8008/HJGL/PreDesign/PrePipeline.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 10:52:42 - - -错误信息开始=====> -错误类型:InvalidOperationException -错误信息:数据源中没有 DataRow。 -错误堆栈: - 在 System.Data.DataTableExtensions.LoadTableFromEnumerable[T](IEnumerable`1 source, DataTable table, Nullable`1 options, FillErrorEventHandler errorHandler) - 在 System.Data.DataTableExtensions.CopyToDataTable[T](IEnumerable`1 source) - 在 FineUIPro.Web.HJGL.PreDesign.PackagingManage.Pring(String Id) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PackagingManage.aspx.cs:行号 327 - 在 FineUIPro.Web.HJGL.PreDesign.PackagingManage.Grid1_RowCommand(Object sender, GridCommandEventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\HJGL\PreDesign\PackagingManage.aspx.cs:行号 150 - 在 FineUIPro.Grid.OnRowCommand(GridCommandEventArgs e) - 在 (Grid , GridCommandEventArgs ) - 在 FineUIPro.Grid.RaisePostBackEvent(String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) - 在 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 16:29:23 -出错文件:http://localhost:8008/HJGL/PreDesign/PackagingManage.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 16:29:23 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 16:59:44 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 16:59:44 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 16:59:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 16:59:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 16:59:52 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 16:59:52 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 16:59:52 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 16:59:52 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:00:25 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:00:25 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:01:12 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:01:12 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:03:38 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:03:38 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:03:38 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:03:39 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:03:39 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:03:39 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:03:40 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:03:40 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:03:41 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:03:41 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:05:22 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:05:22 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:05:25 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:05:25 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:05:33 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:05:33 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:09:16 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:09:16 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:09:17 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:09:17 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:09:18 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:09:18 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:09:18 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:09:18 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:09:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:09:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:09:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:09:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:10:05 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:10:05 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:15:48 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:15:48 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:15:49 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:15:49 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:15:49 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:15:49 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:15:50 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:15:50 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:15:51 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:15:51 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:15:52 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:15:52 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:42 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:42 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:46 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:46 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:46 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:46 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:47 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:47 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:47 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:47 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:16:48 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:16:48 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:17:01 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:17:01 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:17:26 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:17:26 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:17:28 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:17:28 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:17:31 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:17:31 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:22 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:22 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:35 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:35 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:39 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:39 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:39 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:39 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:39 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:39 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:43 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:43 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:44 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:44 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:45 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:45 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:19:46 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:19:46 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:06 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:06 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:07 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:07 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:09 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:09 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:10 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:10 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:11 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:11 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:11 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:11 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:12 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:12 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:12 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:12 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:12 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:12 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:13 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:13 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:13 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:13 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:13 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:13 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:13 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:13 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:23:14 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:23:14 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:27:56 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:27:56 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:27:57 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:27:57 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:27:58 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:27:58 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:28:01 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:28:01 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:28:40 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:28:40 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:28:41 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:28:41 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:28:46 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:28:46 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:28:47 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:28:47 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:28:47 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:28:47 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:29:32 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:29:32 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:29:33 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:29:33 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:30:22 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:30:22 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:30:22 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:30:22 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:30:23 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:30:23 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:30:48 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:30:48 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:30:49 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:30:49 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:01 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:01 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:02 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:02 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:02 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:02 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:03 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:03 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:04 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:04 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:04 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:04 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:06 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:06 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:06 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:06 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:06 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:06 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:12 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:12 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:13 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:13 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:13 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:13 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:18 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:18 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:18 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:18 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 17:47:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 17:47:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:06:24 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:06:24 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:10:25 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:10:25 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:10:26 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:10:26 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:10:27 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:10:27 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:09 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:09 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:10 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:10 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:16 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:16 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:20 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:20 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:20 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:20 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:21 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:21 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:22 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:22 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:23 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:23 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:19:23 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:19:23 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:20:37 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:20:37 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:20:39 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:20:39 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:20:40 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx + 在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) + 在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) + 在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) + 在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) + 在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) + 在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) + 在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) + 在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + 在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) + 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +出错时间:10/18/2022 11:00:45 +出错文件:http://localhost:8008/Person/CompanyPerson.aspx IP地址:::1 -操作人员:JT -出错时间:10/13/2022 18:20:40 +出错时间:10/18/2022 11:00:45 错误信息开始=====> 错误类型:NullReferenceException 错误信息:未将对象引用设置到对象的实例。 错误堆栈: - 在 FineUIPro.Web.indexProject.Page_Load(Object sender, EventArgs e) 位置 D:\诺必达\赛鼎\SGGL_SeDin_new\SGGL\FineUIPro.Web\indexProject.aspx.cs:行号 292 + 在 FineUIPro.Web.Person.PersonLib.GetButtonPower() 位置 E:\SEDIN\SGGL_SeDin_New\SGGL\FineUIPro.Web\Person\PersonLib.aspx.cs:行号 78 + 在 FineUIPro.Web.Person.PersonLib.Page_Load(Object sender, EventArgs e) 位置 E:\SEDIN\SGGL_SeDin_New\SGGL\FineUIPro.Web\Person\PersonLib.aspx.cs:行号 21 在 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) 在 System.EventHandler.Invoke(Object sender, EventArgs e) 在 System.Web.UI.Control.OnLoad(EventArgs e) 在 System.Web.UI.Control.LoadRecursive() 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:20:58 -出错文件:http://localhost:8008/indexProject.aspx?projectId=0040f558-0a0a-4e52-a688-64a0c2e7a0d4 +出错时间:10/18/2022 14:37:17 +出错文件:http://localhost:8008/Person/PersonLib.aspx?vsedit=true IP地址:::1 -出错时间:10/13/2022 18:20:58 +出错时间:10/18/2022 14:37:17 错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 +错误类型:HttpException +错误信息:文件“/Person/ShuntList.aspx”不存在。 错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:21:18 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx + 在 System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) + 在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) + 在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) + 在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound) + 在 System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp) + 在 System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) + 在 System.Web.UI.PageHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path) + 在 System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() + 在 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) + 在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +出错时间:10/18/2022 15:41:53 +出错文件:http://localhost:8008/Person/ShuntList.aspx IP地址:::1 -操作人员:JT -出错时间:10/13/2022 18:21:18 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:21:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:21:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:21:20 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:21:20 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:23:26 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:23:26 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:17 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:17 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:18 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:18 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:19 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:19 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:20 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:20 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:26 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:26 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:27 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:27 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:27 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:27 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:28 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:28 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:55 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:55 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:56 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:56 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:34:56 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:34:56 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:35:05 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:35:05 - - -错误信息开始=====> -错误类型:NullReferenceException -错误信息:未将对象引用设置到对象的实例。 -错误堆栈: - 在 (Object ) - 在 FineUIPro.GridRow.kxpUEMXYxcbykrOznAFBzkoxlAnb() - 在 (GridRow ) - 在 FineUIPro.GridRow.InitTemplateContainers() - 在 (GridRow ) - 在 FineUIPro.Grid.LoadControlState(Object savedState) - 在 System.Web.UI.Control.LoadControlStateInternal(Object savedStateObj) - 在 System.Web.UI.Page.LoadAllState() - 在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) -出错时间:10/13/2022 18:35:06 -出错文件:http://localhost:8008/HJGL/WeldingManage/WeldingPlan.aspx -IP地址:::1 -操作人员:JT - -出错时间:10/13/2022 18:35:06 +出错时间:10/18/2022 15:41:53 diff --git a/SGGL/FineUIPro.Web/Person/DepartPerson.aspx b/SGGL/FineUIPro.Web/Person/DepartPerson.aspx index e5361395..dfd51b36 100644 --- a/SGGL/FineUIPro.Web/Person/DepartPerson.aspx +++ b/SGGL/FineUIPro.Web/Person/DepartPerson.aspx @@ -21,7 +21,7 @@ @@ -188,6 +188,9 @@ + -