Problem running simple exe
I have a simple vb exe file that I wrote in Visual Studio 2003. I wrote the program on my home computer, where it runs perfect, but it will not run on my work computer, where I need to run it (both are windows XP). I get an unhandled error. Does it need to be compiled on the machine that it will run on?
Unfortunately, I do not have a debugger/compiler on my work machine, so I can't debug it. I realize that this question is too vague to answer definitively, but I am wondering if there is a common cause of this problem.
Some info: it is a simple file copy program. Uses 2 references (ADODB & VFPOLEDB). Just one module and one sub. Thanks!

