Run-Time error '-2147024894 (80070002)'
Automatation error
The system cannot find the file specified
this happens when i call a activex exe with winsock ont what's going on anybody knowing?
Bucky
08-02-2002, 02:03 PM
We can't help you without any code. What line is the
error is occuring on?
i don't know in what line! i will check and i'll tell u...
i'm sorry...this one happens when i send it to another pc to run the program i made i cant check when its happened!
reboot
08-02-2002, 02:19 PM
Did you make an install for your program, or just copy the exe to the other pc?
copy the exe only and the activeX exe's i run them first and then the standard exe...
reboot
08-02-2002, 02:40 PM
You need to make an install. You're missing some dependencies.
well i send everything i have in my directory to the other friend and is still the same error...!!!!!!!
Thinker
08-02-2002, 04:34 PM
Sending files isn't going to work. Some of the files have to be
registered. Some of the files aren't going to be in the directory
where your project is. You have to make an install package using
an installer that understands all this. If you have VB pro or better
you also have the package and deployment wizard. You can also
download Inno setup for free.