Problem with thread
-
Hello , I am using thread in my vb.net program. This program works fine when I run it thru source code. But when I build a setup and install it on a machine having .NET framework it does not execute the thread. Thanks for any help in advance.
-
Hello , I am using thread in my vb.net program. This program works fine when I run it thru source code. But when I build a setup and install it on a machine having .NET framework it does not execute the thread. Thanks for any help in advance.
You're going to need to post some code to get an answer for this one. There could be a number of reasons. Post only the code that starts the thread, the code run by the thread, and the code that terminates the thread, for now. I'll take a look and give you any advice I can come up with.
"Some people spend an entire lifetime wondering if they made a difference. The Marines don't have that problem." ( President Ronald Reagan)
-
You're going to need to post some code to get an answer for this one. There could be a number of reasons. Post only the code that starts the thread, the code run by the thread, and the code that terminates the thread, for now. I'll take a look and give you any advice I can come up with.
"Some people spend an entire lifetime wondering if they made a difference. The Marines don't have that problem." ( President Ronald Reagan)
Hello R. Scott, Thanks for the resposne. But i found out the problem. There was a problem with a DLL. I removed that reference and this thing works fine now.. thanks