Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Thread was being aborted
Message
From
03/10/2006 15:07:18
Evans Carl
System Answers Consulting, Inc
Big Lake, Minnesota, United States
 
 
To
03/10/2006 14:56:37
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
01159023
Message ID:
01159055
Views:
17
>>Are you getting this Error message from SQL or Managed Code like .NET?
>
>This is from VB.NET code.

There are a lot of things that can get you a "thread was being aborted", you can get a more detail message, if you put execution code inside of a try/catch block

Try
'place your code
Catch ex As SqlClient.SqlException | or System.Exception if your not using sql.
MessageBox.Show(ex.Message)
End Try

I hope this helps.
¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°¤º°`°º¤ø¤º°¤º°
Carl Evans
CEO & President
System Answers Consulting, Inc.
MCSD .NET, ASP.NET, C#.NET, VB.NET,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform