Tagged Questions

4
votes
2answers
8k views

SqlClient calls causing “Thread was being aborted at SNINativeMethodWrapper.SNIPacketGetConnection(IntPtr packet)”

I would really appreciate any suggestions, no matter how simple or complex, to help me get this issue isolated and resolved. I have a bit of code that generates small report files. For each file in ...
1
vote
1answer
113 views

Thread.abort hangs forever

Code to launch a wmi query on remote computers. This code runs in several threads at the same time. oquery = New ManagementObjectSearcher("select * from Win32_Computersystem") ...