|
|
|
|
@ -1,183 +1,192 @@
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:JsonReaderException
|
|
|
|
|
错误信息:Unexpected character encountered while parsing value: 未. Path '', line 0, position 0.
|
|
|
|
|
错误类型:IndexOutOfRangeException
|
|
|
|
|
错误信息:无法找到列 WeldJointNum。
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.Read()
|
|
|
|
|
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
|
|
|
|
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
|
|
|
|
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
|
|
|
|
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\Common\WeatherService.cs:行号 90
|
|
|
|
|
出错时间:12/25/2022 14:32:07
|
|
|
|
|
出错时间:12/25/2022 14:32:07
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:JsonReaderException
|
|
|
|
|
错误信息:Unexpected character encountered while parsing value: 未. Path '', line 0, position 0.
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.Read()
|
|
|
|
|
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
|
|
|
|
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
|
|
|
|
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
|
|
|
|
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\Common\WeatherService.cs:行号 90
|
|
|
|
|
出错时间:12/25/2022 14:32:37
|
|
|
|
|
出错时间:12/25/2022 14:32:37
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:SqlException
|
|
|
|
|
错误信息:传递给 LEFT 或 SUBSTRING 函数的长度参数无效。
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 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.SqlDataReader.TryHasMoreRows(Boolean& moreRows)
|
|
|
|
|
在 System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more)
|
|
|
|
|
在 System.Data.SqlClient.SqlDataReader.Read()
|
|
|
|
|
在 System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)
|
|
|
|
|
在 System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue)
|
|
|
|
|
在 System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords)
|
|
|
|
|
在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
|
|
|
|
|
在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
|
|
|
|
|
在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
|
|
|
|
|
在 BLL.SQLHelper.GetDataTableRunText(String strSql, SqlParameter[] parameters) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\SQLHelper.cs:行号 312
|
|
|
|
|
在 FineUIPro.Web.HJGL.WPQ.WPQList.BindGrid() 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WPQ\WPQList.aspx.cs:行号 43
|
|
|
|
|
在 FineUIPro.Web.HJGL.WPQ.WPQList.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WPQ\WPQList.aspx.cs:行号 25
|
|
|
|
|
在 System.Data.DataTable.ParseSortString(String sortString)
|
|
|
|
|
在 System.Data.DataView.CheckSort(String sort)
|
|
|
|
|
在 System.Data.DataView.set_Sort(String value)
|
|
|
|
|
在 FineUIPro.Web.PageBase.GetPagedDataTable(Grid Grid1, DataTable tb) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\common\PageBase.cs:行号 497
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.BindGrid(List`1 weldingDailyItem) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 246
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 68
|
|
|
|
|
在 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)
|
|
|
|
|
出错时间:12/25/2022 14:32:54
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/WPQ/WPQList.aspx
|
|
|
|
|
出错时间:12/26/2022 17:13:10
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/WeldingManage/WeldReportEdit.aspx?WeldingDailyId=7a2cf1c3-6253-4705-b2ed-208af534369b
|
|
|
|
|
IP地址:::1
|
|
|
|
|
操作人员:JT
|
|
|
|
|
操作人员:李嘉威
|
|
|
|
|
|
|
|
|
|
出错时间:12/25/2022 14:32:54
|
|
|
|
|
出错时间:12/26/2022 17:13:10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:JsonReaderException
|
|
|
|
|
错误信息:Unexpected character encountered while parsing value: 未. Path '', line 0, position 0.
|
|
|
|
|
错误类型:SqlException
|
|
|
|
|
错误信息:列名 'WeldJointNum' 无效。
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.Read()
|
|
|
|
|
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
|
|
|
|
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
|
|
|
|
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
|
|
|
|
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\Common\WeatherService.cs:行号 90
|
|
|
|
|
出错时间:12/25/2022 14:40:09
|
|
|
|
|
出错时间:12/25/2022 14:40:09
|
|
|
|
|
在 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.SqlDataReader.TryConsumeMetaData()
|
|
|
|
|
在 System.Data.SqlClient.SqlDataReader.get_MetaData()
|
|
|
|
|
在 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
|
|
|
|
|
在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
|
|
|
|
|
在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
|
|
|
|
|
在 System.Data.Common.DbCommand.ExecuteReader()
|
|
|
|
|
在 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.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression)
|
|
|
|
|
在 System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.BindGrid(List`1 weldingDailyItem) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 209
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 68
|
|
|
|
|
在 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)
|
|
|
|
|
出错时间:12/26/2022 17:20:43
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/WeldingManage/WeldReportEdit.aspx?WeldingDailyId=b58f14b3-6886-4b85-9d5e-cd7fec8c25b0
|
|
|
|
|
IP地址:::1
|
|
|
|
|
操作人员:李嘉威
|
|
|
|
|
|
|
|
|
|
出错时间:12/26/2022 17:20:43
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:JsonReaderException
|
|
|
|
|
错误信息:Unexpected character encountered while parsing value: 未. Path '', line 0, position 0.
|
|
|
|
|
错误类型:SqlException
|
|
|
|
|
错误信息:列名 'WeldJointNum' 无效。
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.Read()
|
|
|
|
|
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
|
|
|
|
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
|
|
|
|
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
|
|
|
|
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\Common\WeatherService.cs:行号 90
|
|
|
|
|
出错时间:12/25/2022 15:01:43
|
|
|
|
|
出错时间:12/25/2022 15:01:43
|
|
|
|
|
在 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.SqlDataReader.TryConsumeMetaData()
|
|
|
|
|
在 System.Data.SqlClient.SqlDataReader.get_MetaData()
|
|
|
|
|
在 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
|
|
|
|
|
在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
|
|
|
|
|
在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
|
|
|
|
|
在 System.Data.Common.DbCommand.ExecuteReader()
|
|
|
|
|
在 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.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression)
|
|
|
|
|
在 System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.BindGrid(List`1 weldingDailyItem) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 209
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 68
|
|
|
|
|
在 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)
|
|
|
|
|
出错时间:12/26/2022 17:23:11
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/WeldingManage/WeldReportEdit.aspx?WeldingDailyId=7a2cf1c3-6253-4705-b2ed-208af534369b
|
|
|
|
|
IP地址:::1
|
|
|
|
|
操作人员:李嘉威
|
|
|
|
|
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:JsonReaderException
|
|
|
|
|
错误信息:Unexpected character encountered while parsing value: 未. Path '', line 0, position 0.
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.Read()
|
|
|
|
|
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
|
|
|
|
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
|
|
|
|
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
|
|
|
|
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\Common\WeatherService.cs:行号 90
|
|
|
|
|
出错时间:12/25/2022 15:22:19
|
|
|
|
|
出错时间:12/25/2022 15:22:19
|
|
|
|
|
出错时间:12/26/2022 17:23:11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:JsonReaderException
|
|
|
|
|
错误信息:Unexpected character encountered while parsing value: 未. Path '', line 0, position 0.
|
|
|
|
|
错误类型:SqlException
|
|
|
|
|
错误信息:列名 'WeldJointNum' 无效。
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.ParseValue()
|
|
|
|
|
在 Newtonsoft.Json.JsonTextReader.Read()
|
|
|
|
|
在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
|
|
|
|
|
在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
|
|
|
|
|
在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
|
|
|
|
|
在 Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
|
|
|
|
|
在 BLL.WeatherService.GetWeather(String projectId) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\Common\WeatherService.cs:行号 90
|
|
|
|
|
出错时间:12/25/2022 15:55:30
|
|
|
|
|
出错时间:12/25/2022 15:55:30
|
|
|
|
|
在 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.SqlDataReader.TryConsumeMetaData()
|
|
|
|
|
在 System.Data.SqlClient.SqlDataReader.get_MetaData()
|
|
|
|
|
在 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.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
|
|
|
|
|
在 System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
|
|
|
|
|
在 System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
|
|
|
|
|
在 System.Data.Common.DbCommand.ExecuteReader()
|
|
|
|
|
在 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.DataQuery`1.System.Linq.IQueryProvider.Execute[S](Expression expression)
|
|
|
|
|
在 System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source, Expression`1 predicate)
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.BindGrid(List`1 weldingDailyItem) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 209
|
|
|
|
|
在 FineUIPro.Web.WeldingProcess.WeldingManage.WeldReportEdit.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\WeldReportEdit.aspx.cs:行号 68
|
|
|
|
|
在 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)
|
|
|
|
|
出错时间:12/26/2022 17:33:50
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/WeldingManage/WeldReportEdit.aspx?WeldingDailyId=7a2cf1c3-6253-4705-b2ed-208af534369b
|
|
|
|
|
IP地址:::1
|
|
|
|
|
操作人员:李嘉威
|
|
|
|
|
|
|
|
|
|
出错时间:12/26/2022 17:33:50
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:ArgumentNullException
|
|
|
|
|
错误信息:值不能为 null。
|
|
|
|
|
参数名: source
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
|
|
|
|
|
在 FineUIPro.Web.HJGL.WeldingManage.SelectTaskWeldJoint.InitTreeMenu() 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\SelectTaskWeldJoint.aspx.cs:行号 180
|
|
|
|
|
在 FineUIPro.Web.HJGL.WeldingManage.SelectTaskWeldJoint.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\WeldingManage\SelectTaskWeldJoint.aspx.cs:行号 158
|
|
|
|
|
在 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)
|
|
|
|
|
出错时间:12/26/2022 21:31:26
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/WeldingManage/SelectTaskWeldJoint.aspx?strList=476d4c23-155c-47c4-9cf8-8158034b0a1d%7C1af885ff-b778-46c6-a13d-a21b304ac835%7C2022-12-01
|
|
|
|
|
IP地址:::1
|
|
|
|
|
操作人员:李嘉威
|
|
|
|
|
|
|
|
|
|
出错时间:12/26/2022 21:31:26
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
错误信息开始=====>
|
|
|
|
|
错误类型:ArgumentNullException
|
|
|
|
|
错误信息:值不能为 null。
|
|
|
|
|
参数名: source
|
|
|
|
|
错误堆栈:
|
|
|
|
|
在 System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate)
|
|
|
|
|
在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.InitTreeMenu() 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 84
|
|
|
|
|
在 FineUIPro.Web.HJGL.PreDesign.PrePipeline.Page_Load(Object sender, EventArgs e) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\FineUIPro.Web\HJGL\PreDesign\PrePipeline.aspx.cs:行号 23
|
|
|
|
|
在 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)
|
|
|
|
|
出错时间:12/26/2022 22:15:59
|
|
|
|
|
出错文件:http://localhost:4909/HJGL/PreDesign/PrePipeline.aspx
|
|
|
|
|
IP地址:::1
|
|
|
|
|
操作人员:李嘉威
|
|
|
|
|
|
|
|
|
|
出错时间:12/26/2022 22:15:59
|
|
|
|
|
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 System.Nullable`1.get_Value()
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 System.Nullable`1.get_Value()
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 System.Nullable`1.get_Value()
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
System.InvalidOperationException: 可为空的对象必须具有一个值。
|
|
|
|
|
在 System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
|
|
|
|
|
在 System.Nullable`1.get_Value()
|
|
|
|
|
在 BLL.HJGL_MaterialService.isInStockByPipeline(String pipelineid, String projectid) 位置 E:\赛鼎\SGGL_SeDin_New\SGGL\BLL\HJGL\PreDesign\HJGL_MaterialService.cs:行号 284
|
|
|
|
|
|