Hello,
We are a Windows 10 Environment. For one particular user I am getting the .net runtime unhandled exception error while opening some application when the computer goes to sleep and when return from the sleep upon login.
As a temporary solution I have to end task the application by going to task manager or restart the PC to work the application again.
While checking the event viewer I found the below details I think the event details are related to the issue I am facing:
Application: dpm.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
Exception Info: System.Data.SqlClient.SqlException
at System.Data.SqlClient.TdsParser.TdsExecuteRPC(System.Data.SqlClient.SqlCommand, System.Data.SqlClient._SqlRPC[], Int32, Boolean, System.Data.Sql.SqlNotificationRequest, System.Data.SqlClient.TdsParserStateObject, Boolean, Boolean, System.Threading.Tasks.TaskCompletionSource1<System.Object>, Int32, Int32) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(System.Data.CommandBehavior, System.Data.SqlClient.RunBehavior, Boolean, Boolean, Int32, System.Threading.Tasks.Task ByRef, Boolean, Boolean, System.Data.SqlClient.SqlDataReader, Boolean) at System.Data.SqlClient.SqlCommand.RunExecuteReader(System.Data.CommandBehavior, System.Data.SqlClient.RunBehavior, Boolean, System.String, System.Threading.Tasks.TaskCompletionSource
1<System.Object>, Int32, System.Threading.Tasks.Task ByRef, Boolean ByRef, Boolean, Boolean)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(System.Data.CommandBehavior, System.Data.SqlClient.RunBehavior, Boolean, System.String)
at System.Data.SqlClient.SqlCommand.ExecuteReader(System.Data.CommandBehavior, System.String)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(System.Data.CommandBehavior)
at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior)
at System.Data.Common.DbDataAdapter.FillInternal(System.Data.DataSet, System.Data.DataTable[], Int32, Int32, System.String, System.Data.IDbCommand, System.Data.CommandBehavior)
at System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet, Int32, Int32, System.String, System.Data.IDbCommand, System.Data.CommandBehavior)
at System.Data.Common.DbDataAdapter.Fill(System.Data.DataSet)
at Digita.DPM.DA.Database.SynchronizeDataSet(System.Data.DataSet, System.Data.SqlClient.SqlDataAdapter, System.String[])
Exception Info: Digita.DPM.DA.Exceptions.CriticalDatabaseException
at Digita.DPM.DA.Database.HandleFetchException(System.Exception)
at Digita.DPM.DA.Database.SynchronizeDataSet(System.Data.DataSet, System.Data.SqlClient.SqlDataAdapter, System.String[])
at Digita.DPM.DA.DataAccessBase`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].SynchronizeDataSet()
at Digita.DPM.Security.ConnectionManager.ReleaseConnection(Digita.DPM.Security.ProductArea)
at Digita.DPM.Security.LicenceManager.Regurgitate(Digita.Common.Framework.DisplayMessageDelegate, System.String)
at Digita.DPM.Program.Main(System.String[])
Any inputs on this issue is appreciated. If anyone needs any additional information from the PC Please let me know.
Thanks