5.1.6.35 Still Generates Thread Aborted Events

MikeyCMikeyC Posts: 249 Bronze 3
edited July 21, 2011 3:59AM in SQL Prompt Previous Versions
I upgraded to 5.1.6.35 and I am still seeing thread aborted errors in the event log:

Event Type: Error
Event Source: SQL Prompt 5
Event Category: None
Event ID: 0
Date: 6/24/2011
Time: 8:43:12 AM
User: N/A
Computer: <snip>
Description:
2011-06-24 08:43:12,780 [10] ERROR RedGate.SqlPrompt.Engine.LogService [(null)] - LogService caught unhandled exception in AppDomain: 'Thread was being aborted.'
System.Threading.ThreadAbortException: Thread was being aborted.
at Microsoft.VisualStudio.Package.LanguageService.ParseThread()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Event Type: Error
Event Source: SQL Prompt 5
Event Category: None
Event ID: 0
Date: 6/23/2011
Time: 3:42:28 PM
User: N/A
Computer: <snip>
Description:
2011-06-23 15:42:28,029 [8] ERROR RedGate.SqlPrompt.Engine.LogService [(null)] - LogService caught unhandled exception in AppDomain: 'Thread was being aborted.'
System.Threading.ThreadAbortException: Thread was being aborted.
at RedGate.SQLPrompt.CommonUI.TaskExecuter.Executer.ExecuteTask()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()

Comments

Sign In or Register to comment.