hello all,
I have a problem with an application I have created. I built a program in vb.net and created a setup file for that. the program runs successfuly in my computer.
however when I run the setup file of my application in other computers I get an error like this:
"Common language runtime debugging services
application has generated an exception that could not be handled.
process id=0x764 (1892), thread id=0x214 (532)"
the numbers in the process id and thread id change every time I try to run, they are not constant.
Is there anyone else that have an idea about the problem and how to fix it?
I have a problem with an application I have created. I built a program in vb.net and created a setup file for that. the program runs successfuly in my computer.
however when I run the setup file of my application in other computers I get an error like this:
"Common language runtime debugging services
application has generated an exception that could not be handled.
process id=0x764 (1892), thread id=0x214 (532)"
the numbers in the process id and thread id change every time I try to run, they are not constant.
Is there anyone else that have an idea about the problem and how to fix it?
Comment