-
I have a program that I created thats funs fine on my machine, but fails to run when I copy it to another machine. I have a feeling thats its either looking for a file thats not there, or its using an outdated file. The only error I get when I run it is Run-Time Error "5".
Is there any way to check what files a program uses so that I can check them agains the target computer?
Thanks in advance.
-
Did you just move over the exe, or did you create a setup package and isntall it the 2nd computer?
-
just copied the exe over. If I make an install file, will that copy the necessary components over with it?
-
yes.You have to make a setup package with Vb. Package and Deployment will include any refereneced controls and dlls in the package.
-
-