Has anyone encountered an unhandled exception being thrown while stepping through the debugger? When this happends I am inside a newly created thread and the function I am in is the one pointed at by the addressof(myThread = New System.Threading.Thread(AddressOf postdata). In this case I am in postdata.
The message I am receiving while stepping through the debugger is:
"An unhandled exception of type 'System.Threading.ThreadStopException' occured in CreditBureauHTTPS.exe
Additional Information: Thread was being stopped."
I have executed the same code with no problems on two separate machines that are identical to the one I am using. One of the machines has the same version of the IDE and Framework.
I am running Visual Studio 2003 with Framework 1.1.
At one point in time, I was able to use the debugger to step through.
I have since uninstalled and reinstalled the IDE. No luck.
Any help is greatly appreciated.
Thanks in advance
The message I am receiving while stepping through the debugger is:
"An unhandled exception of type 'System.Threading.ThreadStopException' occured in CreditBureauHTTPS.exe
Additional Information: Thread was being stopped."
I have executed the same code with no problems on two separate machines that are identical to the one I am using. One of the machines has the same version of the IDE and Framework.
I am running Visual Studio 2003 with Framework 1.1.
At one point in time, I was able to use the debugger to step through.
I have since uninstalled and reinstalled the IDE. No luck.
Any help is greatly appreciated.
Thanks in advance