How to fix run time Error 1026

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Some times my application is crashing with Event id 1026 seen in EventViewer.
Below the Event Log report:
_____________________________
Application: DSMAgent.exe<br/>
Framework Version: v4.0.30319<br/>
Description: The process was terminated due to an unhandled exception.<br/>
Exception Info: System.AccessViolationException<br/>
Stack:<br/>
at System.Threading.Thread.InternalCrossContextCallback(System.Runtime.Remoting.Contexts.Context, IntPtr, Int32, System.Threading.InternalCrossContextDelegate, System.Object[])<br/>
at System.Runtime.Remoting.Channels.CrossContextChannel.SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)<br/>
at System.Runtime.Remoting.Proxies.RemotingProxy.CallProcessMessage(System.Runtime.Remoting.Messaging.IMessageSink, System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Contexts.ArrayWithSize, System.Threading.Thread, System.Runtime.Remoting.Contexts.Context,
Boolean)<br/>
at System.Runtime.Remoting.Proxies.RemotingProxy.InternalInvoke(System.Runtime.Remoting.Messaging.IMethodCallMessage, Boolean, Int32)<br/>
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.MessageData ByRef, Int32)<br/>
at Lucent.SPAT3G.HDAL.DatabaseHelper.ExecuteDataSet(System.String, System.Data.CommandType, Lucent.SPAT3G.CDAL.ErrorObject ByRef)<br/>
at Lucent.SPAT3G.HDAL.DbHelper.ExecuteQuery(System.String, System.Data.DataTable ByRef, Lucent.SPAT3G.CDAL.ErrorObject ByRef)<br/>
at Lucent.SPAT3G.QDAL.DsmQuery.RunNLAlert(Lucent.SPAT3G.QDAL.DSMEnumerators.Technology, System.String, System.String, Boolean)<br/>
at Lucent.SPAT3G.QDAL.DsmQuery.DoReciprocalNLConfig(Lucent.SPAT3G.QDAL.DSMEnumerators.Technology, System.String)<br/>
at Lucent.SPAT3G.QDAL.DsmQuery.ExecuteAlert(Lucent.SPAT3G.QDAL.DSMEnumerators.NLAlerts, Lucent.SPAT3G.QDAL.DSMEnumerators.Technology, System.String)<br/>
at Lucent.SPAT3G.DSM.PE2.NLAnalysis.ExecuteAlert(System.String, System.String)<br/>
at Lucent.SPAT3G.DSM.PE2.NLAnalysis.DoNLAlert(System.String)<br/>
at Lucent.SPAT3G.DSM.PE2.PE2Wrapper.StartProcess(Lucent.SPAT3G.DSM.PE2.PE2Param)<br/>
at Lucent.SPAT3G.DSM.Manager.DSMManager.ExecuteProcess(Lucent.SPAT3G.DSM.BLLCommon.PECommonWrap)<br/>
at Lucent.SPAT3G.DSM.Manager.DSMManager.ExecuteProcess(Lucent.SPAT3G.DSM.BLLCommon.ProcessModule, System.Threading.Tasks.ParallelLoopState)<br/>
at System.Threading.Tasks.Parallel+<>c__DisplayClass32`2[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].<PartitionerForEachWorker>b__30()<br/>
at System.Threading.Tasks.Task.InnerInvokeWithArg(System.Threading.Tasks.Task)<br/>
at System.Threading.Tasks.Task+<>c__DisplayClass7.<ExecuteSelfReplicating>b__6(System.Object)<br/>
at System.Threading.Tasks.Task.Execute()<br/>
at System.Threading.ExecutionContext.runTryCode(System.Object)<br/>
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode, CleanupCode, System.Object)<br/>
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)<br/>
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(System.Threading.Tasks.Task ByRef)<br/>
at System.Threading.Tasks.Task.ExecuteEntry(Boolean)<br/>
at System.Threading.ThreadPoolWorkQueue.Dispatch()<br/>
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
Any help is really appreciated!

<
click "Proposed As Answer by" if this post solves your problem or "Vote As Helpful" if a post has been useful to you Happy Programming! Hari
<br/>
<br/>

View the full article
 
Back
Top